HSL(73, 31%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,31%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 31%, 29%) | color: hsl(73, 31%, 29%) | |
| HEX | #576133 | color: #576133 | |
| RGB | rgb(87, 97, 51) | color: rgb(87, 97, 51) | |
| CMYK | cmyk(10%, 0%, 47%, 62%) | — | |
| HSV | hsv(73, 47%, 38%) | — | |
| HWB | hwb(73 20% 62%) | color: hwb(73 20% 62%) | |
| OKLCH | oklch(0.4722 0.0687 119.17) | color: oklch(0.4722 0.0687 119.17) | |
| Lab | lab(39.27 -12 24.86) | color: lab(39.27 -12 24.86) | |
| LCH | lch(39.27 27.6 115.77) | color: lch(39.27 27.6 115.77) |
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)
#5B5B3E — rgb(91, 91, 62)
Deuteranopia (Green-blind)
#5B5A41 — rgb(91, 90, 65)
Tritanopia (Blue-blind)
#584749 — rgb(88, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 31%, 29%);
text
color: hsl(73, 31%, 29%);
border
border: 2px solid hsl(73, 31%, 29%);
gradient light
background: linear-gradient(to right, hsl(73, 31%, 49%), hsl(73, 31%, 29%));
gradient dark
background: linear-gradient(to right, hsl(73, 31%, 29%), hsl(73, 31%, 9%))
hex
background-color: #576133;
tailwind
bg-[hsl(73,31%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 31%, 29%, 0.4);
css variable
--color-primary: hsl(73, 31%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 31%, 29%)?
HEX: #576133 | RGB: rgb(87, 97, 51) | CMYK: 10%, 0%, 47%, 62% | HSV: 73°, 47%, 38%. Copy any format from the conversion table above.
What colors go well with #576133?
The complementary color is HSL(253, 31%, 29%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 31%, 29%) in CSS?
As HSL: color: hsl(73, 31%, 29%); — As HEX: color: #576133; — As RGB: color: rgb(87, 97, 51); — Tailwind CSS: bg-[hsl(73,31%,29%)] — CSS variable: --color-primary: hsl(73, 31%, 29%);