HSL(66, 50%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,50%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 50%, 19%) | color: hsl(66, 50%, 19%) | |
| HEX | #444918 | color: #444918 | |
| RGB | rgb(68, 73, 24) | color: rgb(68, 73, 24) | |
| CMYK | cmyk(7%, 0%, 67%, 71%) | — | |
| HSV | hsv(66, 67%, 29%) | — | |
| HWB | hwb(66 10% 71%) | color: hwb(66 10% 71%) | |
| OKLCH | oklch(0.3894 0.0703 114.61) | color: oklch(0.3894 0.0703 114.61) | |
| Lab | lab(29.56 -9.91 27.86) | color: lab(29.56 -9.91 27.86) | |
| LCH | lch(29.56 29.57 109.58) | color: lch(29.56 29.57 109.58) |
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)
#464624 — rgb(70, 70, 36)
Deuteranopia (Green-blind)
#464627 — rgb(70, 70, 39)
Tritanopia (Blue-blind)
#442D2F — rgb(68, 45, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 50%, 19%);
text
color: hsl(66, 50%, 19%);
border
border: 2px solid hsl(66, 50%, 19%);
gradient light
background: linear-gradient(to right, hsl(66, 50%, 39%), hsl(66, 50%, 19%));
gradient dark
background: linear-gradient(to right, hsl(66, 50%, 19%), hsl(66, 50%, 0%))
hex
background-color: #444918;
tailwind
bg-[hsl(66,50%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 50%, 19%, 0.4);
css variable
--color-primary: hsl(66, 50%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 50%, 19%)?
HEX: #444918 | RGB: rgb(68, 73, 24) | CMYK: 7%, 0%, 67%, 71% | HSV: 66°, 67%, 29%. Copy any format from the conversion table above.
What colors go well with #444918?
The complementary color is HSL(246, 50%, 19%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 50%, 19%) in CSS?
As HSL: color: hsl(66, 50%, 19%); — As HEX: color: #444918; — As RGB: color: rgb(68, 73, 24); — Tailwind CSS: bg-[hsl(66,50%,19%)] — CSS variable: --color-primary: hsl(66, 50%, 19%);