HSL(87, 57%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,57%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 57%, 24%) | color: hsl(87, 57%, 24%) | |
| HEX | #41601A | color: #41601A | |
| RGB | rgb(65, 96, 26) | color: rgb(65, 96, 26) | |
| CMYK | cmyk(32%, 0%, 73%, 62%) | — | |
| HSV | hsv(87, 73%, 38%) | — | |
| HWB | hwb(87 10% 62%) | color: hwb(87 10% 62%) | |
| OKLCH | oklch(0.4493 0.1035 130.32) | color: oklch(0.4493 0.1035 130.32) | |
| Lab | lab(37.05 -23.67 34.78) | color: lab(37.05 -23.67 34.78) | |
| LCH | lch(37.05 42.07 124.24) | color: lch(37.05 42.07 124.24) |
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)
#4E4F2B — rgb(78, 79, 43)
Deuteranopia (Green-blind)
#4D4A2F — rgb(77, 74, 47)
Tritanopia (Blue-blind)
#43383B — rgb(67, 56, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 57%, 24%);
text
color: hsl(87, 57%, 24%);
border
border: 2px solid hsl(87, 57%, 24%);
gradient light
background: linear-gradient(to right, hsl(87, 57%, 44%), hsl(87, 57%, 24%));
gradient dark
background: linear-gradient(to right, hsl(87, 57%, 24%), hsl(87, 57%, 4%))
hex
background-color: #41601A;
tailwind
bg-[hsl(87,57%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 57%, 24%, 0.4);
css variable
--color-primary: hsl(87, 57%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 57%, 24%)?
HEX: #41601A | RGB: rgb(65, 96, 26) | CMYK: 32%, 0%, 73%, 62% | HSV: 87°, 73%, 38%. Copy any format from the conversion table above.
What colors go well with #41601A?
The complementary color is HSL(267, 57%, 24%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 57%, 24%) in CSS?
As HSL: color: hsl(87, 57%, 24%); — As HEX: color: #41601A; — As RGB: color: rgb(65, 96, 26); — Tailwind CSS: bg-[hsl(87,57%,24%)] — CSS variable: --color-primary: hsl(87, 57%, 24%);