HSL(82, 53%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,53%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 53%, 32%) | color: hsl(82, 53%, 32%) | |
| HEX | #5D7D26 | color: #5D7D26 | |
| RGB | rgb(93, 125, 38) | color: rgb(93, 125, 38) | |
| CMYK | cmyk(26%, 0%, 70%, 51%) | — | |
| HSV | hsv(82, 70%, 49%) | — | |
| HWB | hwb(82 15% 51%) | color: hwb(82 15% 51%) | |
| OKLCH | oklch(0.5467 0.1199 127.39) | color: oklch(0.5467 0.1199 127.39) | |
| Lab | lab(48.43 -25.51 41.95) | color: lab(48.43 -25.51 41.95) | |
| LCH | lch(48.43 49.1 121.3) | color: lch(48.43 49.1 121.3) |
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)
#6B6B3B — rgb(107, 107, 59)
Deuteranopia (Green-blind)
#696740 — rgb(105, 103, 64)
Tritanopia (Blue-blind)
#5F4C4F — rgb(95, 76, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 53%, 32%);
text
color: hsl(82, 53%, 32%);
border
border: 2px solid hsl(82, 53%, 32%);
gradient light
background: linear-gradient(to right, hsl(82, 53%, 52%), hsl(82, 53%, 32%));
gradient dark
background: linear-gradient(to right, hsl(82, 53%, 32%), hsl(82, 53%, 12%))
hex
background-color: #5D7D26;
tailwind
bg-[hsl(82,53%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 53%, 32%, 0.4);
css variable
--color-primary: hsl(82, 53%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 53%, 32%)?
HEX: #5D7D26 | RGB: rgb(93, 125, 38) | CMYK: 26%, 0%, 70%, 51% | HSV: 82°, 70%, 49%. Copy any format from the conversion table above.
What colors go well with #5D7D26?
The complementary color is HSL(262, 53%, 32%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 53%, 32%) in CSS?
As HSL: color: hsl(82, 53%, 32%); — As HEX: color: #5D7D26; — As RGB: color: rgb(93, 125, 38); — Tailwind CSS: bg-[hsl(82,53%,32%)] — CSS variable: --color-primary: hsl(82, 53%, 32%);