HSL(80, 65%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,65%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 65%, 20%) | color: hsl(80, 65%, 20%) | |
| HEX | #3E5412 | color: #3E5412 | |
| RGB | rgb(62, 84, 18) | color: rgb(62, 84, 18) | |
| CMYK | cmyk(26%, 0%, 79%, 67%) | — | |
| HSV | hsv(80, 79%, 33%) | — | |
| HWB | hwb(80 7% 67%) | color: hwb(80 7% 67%) | |
| OKLCH | oklch(0.4134 0.0939 126.46) | color: oklch(0.4134 0.0939 126.46) | |
| Lab | lab(32.72 -19.38 33.77) | color: lab(32.72 -19.38 33.77) | |
| LCH | lch(32.72 38.94 119.85) | color: lch(32.72 38.94 119.85) |
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)
#484822 — rgb(72, 72, 34)
Deuteranopia (Green-blind)
#464526 — rgb(70, 69, 38)
Tritanopia (Blue-blind)
#3F2F31 — rgb(63, 47, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 65%, 20%);
text
color: hsl(80, 65%, 20%);
border
border: 2px solid hsl(80, 65%, 20%);
gradient light
background: linear-gradient(to right, hsl(80, 65%, 40%), hsl(80, 65%, 20%));
gradient dark
background: linear-gradient(to right, hsl(80, 65%, 20%), hsl(80, 65%, 0%))
hex
background-color: #3E5412;
tailwind
bg-[hsl(80,65%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 65%, 20%, 0.4);
css variable
--color-primary: hsl(80, 65%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 65%, 20%)?
HEX: #3E5412 | RGB: rgb(62, 84, 18) | CMYK: 26%, 0%, 79%, 67% | HSV: 80°, 79%, 33%. Copy any format from the conversion table above.
What colors go well with #3E5412?
The complementary color is HSL(260, 65%, 20%). 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, 65%, 20%) in CSS?
As HSL: color: hsl(80, 65%, 20%); — As HEX: color: #3E5412; — As RGB: color: rgb(62, 84, 18); — Tailwind CSS: bg-[hsl(80,65%,20%)] — CSS variable: --color-primary: hsl(80, 65%, 20%);