HSL(82, 58%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,58%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 58%, 17%) | color: hsl(82, 58%, 17%) | |
| HEX | #324412 | color: #324412 | |
| RGB | rgb(50, 68, 18) | color: rgb(50, 68, 18) | |
| CMYK | cmyk(26%, 0%, 74%, 73%) | — | |
| HSV | hsv(82, 74%, 27%) | — | |
| HWB | hwb(82 7% 73%) | color: hwb(82 7% 73%) | |
| OKLCH | oklch(0.3593 0.0769 126.92) | color: oklch(0.3593 0.0769 126.92) | |
| Lab | lab(26.32 -16.2 26.96) | color: lab(26.32 -16.2 26.96) | |
| LCH | lch(26.32 31.45 121) | color: lch(26.32 31.45 121) |
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)
#3A3A1E — rgb(58, 58, 30)
Deuteranopia (Green-blind)
#393721 — rgb(57, 55, 33)
Tritanopia (Blue-blind)
#33282A — rgb(51, 40, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 58%, 17%);
text
color: hsl(82, 58%, 17%);
border
border: 2px solid hsl(82, 58%, 17%);
gradient light
background: linear-gradient(to right, hsl(82, 58%, 37%), hsl(82, 58%, 17%));
gradient dark
background: linear-gradient(to right, hsl(82, 58%, 17%), hsl(82, 58%, 0%))
hex
background-color: #324412;
tailwind
bg-[hsl(82,58%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 58%, 17%, 0.4);
css variable
--color-primary: hsl(82, 58%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 58%, 17%)?
HEX: #324412 | RGB: rgb(50, 68, 18) | CMYK: 26%, 0%, 74%, 73% | HSV: 82°, 74%, 27%. Copy any format from the conversion table above.
What colors go well with #324412?
The complementary color is HSL(262, 58%, 17%). 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, 58%, 17%) in CSS?
As HSL: color: hsl(82, 58%, 17%); — As HEX: color: #324412; — As RGB: color: rgb(50, 68, 18); — Tailwind CSS: bg-[hsl(82,58%,17%)] — CSS variable: --color-primary: hsl(82, 58%, 17%);