HSL(84, 75%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,75%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 75%, 18%) | color: hsl(84, 75%, 18%) | |
| HEX | #35500B | color: #35500B | |
| RGB | rgb(53, 80, 11) | color: rgb(53, 80, 11) | |
| CMYK | cmyk(34%, 0%, 86%, 69%) | — | |
| HSV | hsv(83, 86%, 31%) | — | |
| HWB | hwb(83 4% 69%) | color: hwb(83 4% 69%) | |
| OKLCH | oklch(0.3951 0.0978 129.44) | color: oklch(0.3951 0.0978 129.44) | |
| Lab | lab(30.68 -21.73 34.28) | color: lab(30.68 -21.73 34.28) | |
| LCH | lch(30.68 40.59 122.37) | color: lch(30.68 40.59 122.37) |
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)
#41411C — rgb(65, 65, 28)
Deuteranopia (Green-blind)
#3F3D20 — rgb(63, 61, 32)
Tritanopia (Blue-blind)
#36292C — rgb(54, 41, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 75%, 18%);
text
color: hsl(84, 75%, 18%);
border
border: 2px solid hsl(84, 75%, 18%);
gradient light
background: linear-gradient(to right, hsl(84, 75%, 38%), hsl(84, 75%, 18%));
gradient dark
background: linear-gradient(to right, hsl(84, 75%, 18%), hsl(84, 75%, 0%))
hex
background-color: #35500B;
tailwind
bg-[hsl(84,75%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 75%, 18%, 0.4);
css variable
--color-primary: hsl(84, 75%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 75%, 18%)?
HEX: #35500B | RGB: rgb(53, 80, 11) | CMYK: 34%, 0%, 86%, 69% | HSV: 83°, 86%, 31%. Copy any format from the conversion table above.
What colors go well with #35500B?
The complementary color is HSL(264, 75%, 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, 75%, 18%) in CSS?
As HSL: color: hsl(84, 75%, 18%); — As HEX: color: #35500B; — As RGB: color: rgb(53, 80, 11); — Tailwind CSS: bg-[hsl(84,75%,18%)] — CSS variable: --color-primary: hsl(84, 75%, 18%);