HSL(81, 50%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,50%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 50%, 19%) | color: hsl(81, 50%, 19%) | |
| HEX | #384918 | color: #384918 | |
| RGB | rgb(56, 73, 24) | color: rgb(56, 73, 24) | |
| CMYK | cmyk(23%, 0%, 67%, 71%) | — | |
| HSV | hsv(81, 67%, 29%) | — | |
| HWB | hwb(81 10% 71%) | color: hwb(81 10% 71%) | |
| OKLCH | oklch(0.3789 0.0757 125.96) | color: oklch(0.3789 0.0757 125.96) | |
| Lab | lab(28.57 -15.64 26.48) | color: lab(28.57 -15.64 26.48) | |
| LCH | lch(28.57 30.75 120.57) | color: lch(28.57 30.75 120.57) |
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)
#3F4024 — rgb(63, 64, 36)
Deuteranopia (Green-blind)
#3E3D27 — rgb(62, 61, 39)
Tritanopia (Blue-blind)
#392D2F — rgb(57, 45, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 50%, 19%);
text
color: hsl(81, 50%, 19%);
border
border: 2px solid hsl(81, 50%, 19%);
gradient light
background: linear-gradient(to right, hsl(81, 50%, 39%), hsl(81, 50%, 19%));
gradient dark
background: linear-gradient(to right, hsl(81, 50%, 19%), hsl(81, 50%, 0%))
hex
background-color: #384918;
tailwind
bg-[hsl(81,50%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 50%, 19%, 0.4);
css variable
--color-primary: hsl(81, 50%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 50%, 19%)?
HEX: #384918 | RGB: rgb(56, 73, 24) | CMYK: 23%, 0%, 67%, 71% | HSV: 81°, 67%, 29%. Copy any format from the conversion table above.
What colors go well with #384918?
The complementary color is HSL(261, 50%, 19%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 50%, 19%) in CSS?
As HSL: color: hsl(81, 50%, 19%); — As HEX: color: #384918; — As RGB: color: rgb(56, 73, 24); — Tailwind CSS: bg-[hsl(81,50%,19%)] — CSS variable: --color-primary: hsl(81, 50%, 19%);