HSL(80, 79%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,79%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 79%, 23%) | color: hsl(80, 79%, 23%) | |
| HEX | #4A690C | color: #4A690C | |
| RGB | rgb(74, 105, 12) | color: rgb(74, 105, 12) | |
| CMYK | cmyk(30%, 0%, 89%, 59%) | — | |
| HSV | hsv(80, 89%, 41%) | — | |
| HWB | hwb(80 5% 59%) | color: hwb(80 5% 59%) | |
| OKLCH | oklch(0.479 0.119 127.65) | color: oklch(0.479 0.119 127.65) | |
| Lab | lab(40.55 -25.16 43.31) | color: lab(40.55 -25.16 43.31) | |
| LCH | lch(40.55 50.09 120.15) | color: lch(40.55 50.09 120.15) |
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)
#575823 — rgb(87, 88, 35)
Deuteranopia (Green-blind)
#565328 — rgb(86, 83, 40)
Tritanopia (Blue-blind)
#4C3438 — rgb(76, 52, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 79%, 23%);
text
color: hsl(80, 79%, 23%);
border
border: 2px solid hsl(80, 79%, 23%);
gradient light
background: linear-gradient(to right, hsl(80, 79%, 43%), hsl(80, 79%, 23%));
gradient dark
background: linear-gradient(to right, hsl(80, 79%, 23%), hsl(80, 79%, 3%))
hex
background-color: #4A690C;
tailwind
bg-[hsl(80,79%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 79%, 23%, 0.4);
css variable
--color-primary: hsl(80, 79%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 79%, 23%)?
HEX: #4A690C | RGB: rgb(74, 105, 12) | CMYK: 30%, 0%, 89%, 59% | HSV: 80°, 89%, 41%. Copy any format from the conversion table above.
What colors go well with #4A690C?
The complementary color is HSL(260, 79%, 23%). 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, 79%, 23%) in CSS?
As HSL: color: hsl(80, 79%, 23%); — As HEX: color: #4A690C; — As RGB: color: rgb(74, 105, 12); — Tailwind CSS: bg-[hsl(80,79%,23%)] — CSS variable: --color-primary: hsl(80, 79%, 23%);