HSL(84, 59%, 21%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,59%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 59%, 21%) | color: hsl(84, 59%, 21%) | |
| HEX | #3C5516 | color: #3C5516 | |
| RGB | rgb(60, 85, 22) | color: rgb(60, 85, 22) | |
| CMYK | cmyk(29%, 0%, 74%, 67%) | — | |
| HSV | hsv(84, 74%, 33%) | — | |
| HWB | hwb(84 9% 67%) | color: hwb(84 9% 67%) | |
| OKLCH | oklch(0.415 0.0935 128.62) | color: oklch(0.415 0.0935 128.62) | |
| Lab | lab(32.95 -20.5 32.23) | color: lab(32.95 -20.5 32.23) | |
| LCH | lch(32.95 38.2 122.46) | color: lch(32.95 38.2 122.46) |
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)
#474725 — rgb(71, 71, 37)
Deuteranopia (Green-blind)
#454429 — rgb(69, 68, 41)
Tritanopia (Blue-blind)
#3D3134 — rgb(61, 49, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 59%, 21%);
text
color: hsl(84, 59%, 21%);
border
border: 2px solid hsl(84, 59%, 21%);
gradient light
background: linear-gradient(to right, hsl(84, 59%, 41%), hsl(84, 59%, 21%));
gradient dark
background: linear-gradient(to right, hsl(84, 59%, 21%), hsl(84, 59%, 1%))
hex
background-color: #3C5516;
tailwind
bg-[hsl(84,59%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 59%, 21%, 0.4);
css variable
--color-primary: hsl(84, 59%, 21%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 59%, 21%)?
HEX: #3C5516 | RGB: rgb(60, 85, 22) | CMYK: 29%, 0%, 74%, 67% | HSV: 84°, 74%, 33%. Copy any format from the conversion table above.
What colors go well with #3C5516?
The complementary color is HSL(264, 59%, 21%). 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, 59%, 21%) in CSS?
As HSL: color: hsl(84, 59%, 21%); — As HEX: color: #3C5516; — As RGB: color: rgb(60, 85, 22); — Tailwind CSS: bg-[hsl(84,59%,21%)] — CSS variable: --color-primary: hsl(84, 59%, 21%);