HSL(80, 62%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,62%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 62%, 24%) | color: hsl(80, 62%, 24%) | |
| HEX | #4A6317 | color: #4A6317 | |
| RGB | rgb(74, 99, 23) | color: rgb(74, 99, 23) | |
| CMYK | cmyk(25%, 0%, 77%, 61%) | — | |
| HSV | hsv(80, 77%, 39%) | — | |
| HWB | hwb(80 9% 61%) | color: hwb(80 9% 61%) | |
| OKLCH | oklch(0.4636 0.1049 126.26) | color: oklch(0.4636 0.1049 126.26) | |
| Lab | lab(38.62 -21.55 37.84) | color: lab(38.62 -21.55 37.84) | |
| LCH | lch(38.62 43.55 119.66) | color: lch(38.62 43.55 119.66) |
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)
#555529 — rgb(85, 85, 41)
Deuteranopia (Green-blind)
#53522E — rgb(83, 82, 46)
Tritanopia (Blue-blind)
#4B383B — rgb(75, 56, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 62%, 24%);
text
color: hsl(80, 62%, 24%);
border
border: 2px solid hsl(80, 62%, 24%);
gradient light
background: linear-gradient(to right, hsl(80, 62%, 44%), hsl(80, 62%, 24%));
gradient dark
background: linear-gradient(to right, hsl(80, 62%, 24%), hsl(80, 62%, 4%))
hex
background-color: #4A6317;
tailwind
bg-[hsl(80,62%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 62%, 24%, 0.4);
css variable
--color-primary: hsl(80, 62%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 62%, 24%)?
HEX: #4A6317 | RGB: rgb(74, 99, 23) | CMYK: 25%, 0%, 77%, 61% | HSV: 80°, 77%, 39%. Copy any format from the conversion table above.
What colors go well with #4A6317?
The complementary color is HSL(260, 62%, 24%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 62%, 24%) in CSS?
As HSL: color: hsl(80, 62%, 24%); — As HEX: color: #4A6317; — As RGB: color: rgb(74, 99, 23); — Tailwind CSS: bg-[hsl(80,62%,24%)] — CSS variable: --color-primary: hsl(80, 62%, 24%);