HSL(91, 65%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,65%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 65%, 24%) | color: hsl(91, 65%, 24%) | |
| HEX | #3C6515 | color: #3C6515 | |
| RGB | rgb(60, 101, 21) | color: rgb(60, 101, 21) | |
| CMYK | cmyk(41%, 0%, 79%, 60%) | — | |
| HSV | hsv(91, 79%, 40%) | — | |
| HWB | hwb(91 8% 60%) | color: hwb(91 8% 60%) | |
| OKLCH | oklch(0.4595 0.117 133.25) | color: oklch(0.4595 0.117 133.25) | |
| Lab | lab(38.41 -28.49 38.12) | color: lab(38.41 -28.49 38.12) | |
| LCH | lch(38.41 47.59 126.77) | color: lch(38.41 47.59 126.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)
#4E4E28 — rgb(78, 78, 40)
Deuteranopia (Green-blind)
#4B482D — rgb(75, 72, 45)
Tritanopia (Blue-blind)
#3E383B — rgb(62, 56, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 65%, 24%);
text
color: hsl(91, 65%, 24%);
border
border: 2px solid hsl(91, 65%, 24%);
gradient light
background: linear-gradient(to right, hsl(91, 65%, 44%), hsl(91, 65%, 24%));
gradient dark
background: linear-gradient(to right, hsl(91, 65%, 24%), hsl(91, 65%, 4%))
hex
background-color: #3C6515;
tailwind
bg-[hsl(91,65%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 65%, 24%, 0.4);
css variable
--color-primary: hsl(91, 65%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 65%, 24%)?
HEX: #3C6515 | RGB: rgb(60, 101, 21) | CMYK: 41%, 0%, 79%, 60% | HSV: 91°, 79%, 40%. Copy any format from the conversion table above.
What colors go well with #3C6515?
The complementary color is HSL(271, 65%, 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, 65%, 24%) in CSS?
As HSL: color: hsl(91, 65%, 24%); — As HEX: color: #3C6515; — As RGB: color: rgb(60, 101, 21); — Tailwind CSS: bg-[hsl(91,65%,24%)] — CSS variable: --color-primary: hsl(91, 65%, 24%);