HSL(73, 32%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,32%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 32%, 19%) | color: hsl(73, 32%, 19%) | |
| HEX | #394021 | color: #394021 | |
| RGB | rgb(57, 64, 33) | color: rgb(57, 64, 33) | |
| CMYK | cmyk(11%, 0%, 48%, 75%) | — | |
| HSV | hsv(74, 48%, 25%) | — | |
| HWB | hwb(74 13% 75%) | color: hwb(74 13% 75%) | |
| OKLCH | oklch(0.3564 0.05 119.42) | color: oklch(0.3564 0.05 119.42) | |
| Lab | lab(25.7 -8.86 17.97) | color: lab(25.7 -8.86 17.97) | |
| LCH | lch(25.7 20.04 116.25) | color: lch(25.7 20.04 116.25) |
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)
#3C3C29 — rgb(60, 60, 41)
Deuteranopia (Green-blind)
#3C3B2A — rgb(60, 59, 42)
Tritanopia (Blue-blind)
#392E30 — rgb(57, 46, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 32%, 19%);
text
color: hsl(73, 32%, 19%);
border
border: 2px solid hsl(73, 32%, 19%);
gradient light
background: linear-gradient(to right, hsl(73, 32%, 39%), hsl(73, 32%, 19%));
gradient dark
background: linear-gradient(to right, hsl(73, 32%, 19%), hsl(73, 32%, 0%))
hex
background-color: #394021;
tailwind
bg-[hsl(73,32%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 32%, 19%, 0.4);
css variable
--color-primary: hsl(73, 32%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 32%, 19%)?
HEX: #394021 | RGB: rgb(57, 64, 33) | CMYK: 11%, 0%, 48%, 75% | HSV: 74°, 48%, 25%. Copy any format from the conversion table above.
What colors go well with #394021?
The complementary color is HSL(253, 32%, 19%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 32%, 19%) in CSS?
As HSL: color: hsl(73, 32%, 19%); — As HEX: color: #394021; — As RGB: color: rgb(57, 64, 33); — Tailwind CSS: bg-[hsl(73,32%,19%)] — CSS variable: --color-primary: hsl(73, 32%, 19%);