HSL(77, 40%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(77,40%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(77, 40%, 24%) | color: hsl(77, 40%, 24%) | |
| HEX | #485625 | color: #485625 | |
| RGB | rgb(72, 86, 37) | color: rgb(72, 86, 37) | |
| CMYK | cmyk(16%, 0%, 57%, 66%) | — | |
| HSV | hsv(77, 57%, 34%) | — | |
| HWB | hwb(77 15% 66%) | color: hwb(77 15% 66%) | |
| OKLCH | oklch(0.4289 0.0742 122.77) | color: oklch(0.4289 0.0742 122.77) | |
| Lab | lab(34.33 -14.21 26.42) | color: lab(34.33 -14.21 26.42) | |
| LCH | lch(34.33 30 118.27) | color: lch(34.33 30 118.27) |
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)
#4E4E31 — rgb(78, 78, 49)
Deuteranopia (Green-blind)
#4D4C34 — rgb(77, 76, 52)
Tritanopia (Blue-blind)
#493A3C — rgb(73, 58, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(77, 40%, 24%);
text
color: hsl(77, 40%, 24%);
border
border: 2px solid hsl(77, 40%, 24%);
gradient light
background: linear-gradient(to right, hsl(77, 40%, 44%), hsl(77, 40%, 24%));
gradient dark
background: linear-gradient(to right, hsl(77, 40%, 24%), hsl(77, 40%, 4%))
hex
background-color: #485625;
tailwind
bg-[hsl(77,40%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(77, 40%, 24%, 0.4);
css variable
--color-primary: hsl(77, 40%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(77, 40%, 24%)?
HEX: #485625 | RGB: rgb(72, 86, 37) | CMYK: 16%, 0%, 57%, 66% | HSV: 77°, 57%, 34%. Copy any format from the conversion table above.
What colors go well with #485625?
The complementary color is HSL(257, 40%, 24%). For a triadic harmony, use hues 77°, 197°, and 317°. For analogous combinations, try hues 47° and 107°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(77, 40%, 24%) in CSS?
As HSL: color: hsl(77, 40%, 24%); — As HEX: color: #485625; — As RGB: color: rgb(72, 86, 37); — Tailwind CSS: bg-[hsl(77,40%,24%)] — CSS variable: --color-primary: hsl(77, 40%, 24%);