HSL(72, 22%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,22%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 22%, 32%) | color: hsl(72, 22%, 32%) | |
| HEX | #5C6440 | color: #5C6440 | |
| RGB | rgb(92, 100, 64) | color: rgb(92, 100, 64) | |
| CMYK | cmyk(8%, 0%, 36%, 61%) | — | |
| HSV | hsv(73, 36%, 39%) | — | |
| HWB | hwb(73 25% 61%) | color: hwb(73 25% 61%) | |
| OKLCH | oklch(0.4865 0.0549 118.69) | color: oklch(0.4865 0.0549 118.69) | |
| Lab | lab(40.83 -9.74 19.43) | color: lab(40.83 -9.74 19.43) | |
| LCH | lch(40.83 21.73 116.62) | color: lch(40.83 21.73 116.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#5F6049 — rgb(95, 96, 73)
Deuteranopia (Green-blind)
#5F5E4B — rgb(95, 94, 75)
Tritanopia (Blue-blind)
#5C5051 — rgb(92, 80, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 22%, 32%);
text
color: hsl(72, 22%, 32%);
border
border: 2px solid hsl(72, 22%, 32%);
gradient light
background: linear-gradient(to right, hsl(72, 22%, 52%), hsl(72, 22%, 32%));
gradient dark
background: linear-gradient(to right, hsl(72, 22%, 32%), hsl(72, 22%, 12%))
hex
background-color: #5C6440;
tailwind
bg-[hsl(72,22%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 22%, 32%, 0.4);
css variable
--color-primary: hsl(72, 22%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 22%, 32%)?
HEX: #5C6440 | RGB: rgb(92, 100, 64) | CMYK: 8%, 0%, 36%, 61% | HSV: 73°, 36%, 39%. Copy any format from the conversion table above.
What colors go well with #5C6440?
The complementary color is HSL(252, 22%, 32%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 22%, 32%) in CSS?
As HSL: color: hsl(72, 22%, 32%); — As HEX: color: #5C6440; — As RGB: color: rgb(92, 100, 64); — Tailwind CSS: bg-[hsl(72,22%,32%)] — CSS variable: --color-primary: hsl(72, 22%, 32%);