HSL(82, 56%, 26%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,56%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 56%, 26%) | color: hsl(82, 56%, 26%) | |
| HEX | #4C671D | color: #4C671D | |
| RGB | rgb(76, 103, 29) | color: rgb(76, 103, 29) | |
| CMYK | cmyk(26%, 0%, 72%, 60%) | — | |
| HSV | hsv(82, 72%, 40%) | — | |
| HWB | hwb(82 11% 60%) | color: hwb(82 11% 60%) | |
| OKLCH | oklch(0.4762 0.1051 127.33) | color: oklch(0.4762 0.1051 127.33) | |
| Lab | lab(40.12 -22.31 36.87) | color: lab(40.12 -22.31 36.87) | |
| LCH | lch(40.12 43.09 121.18) | color: lch(40.12 43.09 121.18) |
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)
#58582F — rgb(88, 88, 47)
Deuteranopia (Green-blind)
#565433 — rgb(86, 84, 51)
Tritanopia (Blue-blind)
#4D3D40 — rgb(77, 61, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 56%, 26%);
text
color: hsl(82, 56%, 26%);
border
border: 2px solid hsl(82, 56%, 26%);
gradient light
background: linear-gradient(to right, hsl(82, 56%, 46%), hsl(82, 56%, 26%));
gradient dark
background: linear-gradient(to right, hsl(82, 56%, 26%), hsl(82, 56%, 6%))
hex
background-color: #4C671D;
tailwind
bg-[hsl(82,56%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 56%, 26%, 0.4);
css variable
--color-primary: hsl(82, 56%, 26%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 56%, 26%)?
HEX: #4C671D | RGB: rgb(76, 103, 29) | CMYK: 26%, 0%, 72%, 60% | HSV: 82°, 72%, 40%. Copy any format from the conversion table above.
What colors go well with #4C671D?
The complementary color is HSL(262, 56%, 26%). 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, 56%, 26%) in CSS?
As HSL: color: hsl(82, 56%, 26%); — As HEX: color: #4C671D; — As RGB: color: rgb(76, 103, 29); — Tailwind CSS: bg-[hsl(82,56%,26%)] — CSS variable: --color-primary: hsl(82, 56%, 26%);