HSL(91, 45%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,45%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 45%, 24%) | color: hsl(91, 45%, 24%) | |
| HEX | #3C5922 | color: #3C5922 | |
| RGB | rgb(60, 89, 34) | color: rgb(60, 89, 34) | |
| CMYK | cmyk(33%, 0%, 62%, 65%) | — | |
| HSV | hsv(92, 62%, 35%) | — | |
| HWB | hwb(92 13% 65%) | color: hwb(92 13% 65%) | |
| OKLCH | oklch(0.4275 0.0887 132.32) | color: oklch(0.4275 0.0887 132.32) | |
| Lab | lab(34.44 -21.42 27.94) | color: lab(34.44 -21.42 27.94) | |
| LCH | lch(34.44 35.21 127.48) | color: lch(34.44 35.21 127.48) |
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)
#49492F — rgb(73, 73, 47)
Deuteranopia (Green-blind)
#474533 — rgb(71, 69, 51)
Tritanopia (Blue-blind)
#3D3A3C — rgb(61, 58, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 45%, 24%);
text
color: hsl(91, 45%, 24%);
border
border: 2px solid hsl(91, 45%, 24%);
gradient light
background: linear-gradient(to right, hsl(91, 45%, 44%), hsl(91, 45%, 24%));
gradient dark
background: linear-gradient(to right, hsl(91, 45%, 24%), hsl(91, 45%, 4%))
hex
background-color: #3C5922;
tailwind
bg-[hsl(91,45%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 45%, 24%, 0.4);
css variable
--color-primary: hsl(91, 45%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 45%, 24%)?
HEX: #3C5922 | RGB: rgb(60, 89, 34) | CMYK: 33%, 0%, 62%, 65% | HSV: 92°, 62%, 35%. Copy any format from the conversion table above.
What colors go well with #3C5922?
The complementary color is HSL(271, 45%, 24%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 45%, 24%) in CSS?
As HSL: color: hsl(91, 45%, 24%); — As HEX: color: #3C5922; — As RGB: color: rgb(60, 89, 34); — Tailwind CSS: bg-[hsl(91,45%,24%)] — CSS variable: --color-primary: hsl(91, 45%, 24%);