HSL(84, 75%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,75%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 75%, 19%) | color: hsl(84, 75%, 19%) | |
| HEX | #38550C | color: #38550C | |
| RGB | rgb(56, 85, 12) | color: rgb(56, 85, 12) | |
| CMYK | cmyk(34%, 0%, 86%, 67%) | — | |
| HSV | hsv(84, 86%, 33%) | — | |
| HWB | hwb(84 5% 67%) | color: hwb(84 5% 67%) | |
| OKLCH | oklch(0.4114 0.1025 129.71) | color: oklch(0.4114 0.1025 129.71) | |
| Lab | lab(32.62 -22.91 35.79) | color: lab(32.62 -22.91 35.79) | |
| LCH | lch(32.62 42.49 122.62) | color: lch(32.62 42.49 122.62) |
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)
#45451E — rgb(69, 69, 30)
Deuteranopia (Green-blind)
#434122 — rgb(67, 65, 34)
Tritanopia (Blue-blind)
#392C2F — rgb(57, 44, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 75%, 19%);
text
color: hsl(84, 75%, 19%);
border
border: 2px solid hsl(84, 75%, 19%);
gradient light
background: linear-gradient(to right, hsl(84, 75%, 39%), hsl(84, 75%, 19%));
gradient dark
background: linear-gradient(to right, hsl(84, 75%, 19%), hsl(84, 75%, 0%))
hex
background-color: #38550C;
tailwind
bg-[hsl(84,75%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 75%, 19%, 0.4);
css variable
--color-primary: hsl(84, 75%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 75%, 19%)?
HEX: #38550C | RGB: rgb(56, 85, 12) | CMYK: 34%, 0%, 86%, 67% | HSV: 84°, 86%, 33%. Copy any format from the conversion table above.
What colors go well with #38550C?
The complementary color is HSL(264, 75%, 19%). 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%, 19%) in CSS?
As HSL: color: hsl(84, 75%, 19%); — As HEX: color: #38550C; — As RGB: color: rgb(56, 85, 12); — Tailwind CSS: bg-[hsl(84,75%,19%)] — CSS variable: --color-primary: hsl(84, 75%, 19%);