HSL(86, 49%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,49%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 49%, 20%) | color: hsl(86, 49%, 20%) | |
| HEX | #364C1A | color: #364C1A | |
| RGB | rgb(54, 76, 26) | color: rgb(54, 76, 26) | |
| CMYK | cmyk(29%, 0%, 66%, 70%) | — | |
| HSV | hsv(86, 66%, 30%) | — | |
| HWB | hwb(86 10% 70%) | color: hwb(86 10% 70%) | |
| OKLCH | oklch(0.3859 0.0796 129.48) | color: oklch(0.3859 0.0796 129.48) | |
| Lab | lab(29.48 -17.99 26.41) | color: lab(29.48 -17.99 26.41) | |
| LCH | lch(29.48 31.96 124.26) | color: lch(29.48 31.96 124.26) |
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)
#404026 — rgb(64, 64, 38)
Deuteranopia (Green-blind)
#3E3D29 — rgb(62, 61, 41)
Tritanopia (Blue-blind)
#373032 — rgb(55, 48, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 49%, 20%);
text
color: hsl(86, 49%, 20%);
border
border: 2px solid hsl(86, 49%, 20%);
gradient light
background: linear-gradient(to right, hsl(86, 49%, 40%), hsl(86, 49%, 20%));
gradient dark
background: linear-gradient(to right, hsl(86, 49%, 20%), hsl(86, 49%, 0%))
hex
background-color: #364C1A;
tailwind
bg-[hsl(86,49%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 49%, 20%, 0.4);
css variable
--color-primary: hsl(86, 49%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 49%, 20%)?
HEX: #364C1A | RGB: rgb(54, 76, 26) | CMYK: 29%, 0%, 66%, 70% | HSV: 86°, 66%, 30%. Copy any format from the conversion table above.
What colors go well with #364C1A?
The complementary color is HSL(266, 49%, 20%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 49%, 20%) in CSS?
As HSL: color: hsl(86, 49%, 20%); — As HEX: color: #364C1A; — As RGB: color: rgb(54, 76, 26); — Tailwind CSS: bg-[hsl(86,49%,20%)] — CSS variable: --color-primary: hsl(86, 49%, 20%);