HSL(84, 90%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,90%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 90%, 18%) | color: hsl(84, 90%, 18%) | |
| HEX | #365705 | color: #365705 | |
| RGB | rgb(54, 87, 5) | color: rgb(54, 87, 5) | |
| CMYK | cmyk(38%, 0%, 94%, 66%) | — | |
| HSV | hsv(84, 94%, 34%) | — | |
| HWB | hwb(84 2% 66%) | color: hwb(84 2% 66%) | |
| OKLCH | oklch(0.4154 0.1098 130.75) | color: oklch(0.4154 0.1098 130.75) | |
| Lab | lab(33.16 -25.09 38.45) | color: lab(33.16 -25.09 38.45) | |
| LCH | lch(33.16 45.91 123.13) | color: lch(33.16 45.91 123.13) |
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)
#444519 — rgb(68, 69, 25)
Deuteranopia (Green-blind)
#42401E — rgb(66, 64, 30)
Tritanopia (Blue-blind)
#38292C — rgb(56, 41, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 90%, 18%);
text
color: hsl(84, 90%, 18%);
border
border: 2px solid hsl(84, 90%, 18%);
gradient light
background: linear-gradient(to right, hsl(84, 90%, 38%), hsl(84, 90%, 18%));
gradient dark
background: linear-gradient(to right, hsl(84, 90%, 18%), hsl(84, 90%, 0%))
hex
background-color: #365705;
tailwind
bg-[hsl(84,90%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 90%, 18%, 0.4);
css variable
--color-primary: hsl(84, 90%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 90%, 18%)?
HEX: #365705 | RGB: rgb(54, 87, 5) | CMYK: 38%, 0%, 94%, 66% | HSV: 84°, 94%, 34%. Copy any format from the conversion table above.
What colors go well with #365705?
The complementary color is HSL(264, 90%, 18%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 90%, 18%) in CSS?
As HSL: color: hsl(84, 90%, 18%); — As HEX: color: #365705; — As RGB: color: rgb(54, 87, 5); — Tailwind CSS: bg-[hsl(84,90%,18%)] — CSS variable: --color-primary: hsl(84, 90%, 18%);