HSL(71, 28%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,28%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 28%, 25%) | color: hsl(71, 28%, 25%) | |
| HEX | #4B522E | color: #4B522E | |
| RGB | rgb(75, 82, 46) | color: rgb(75, 82, 46) | |
| CMYK | cmyk(9%, 0%, 44%, 68%) | — | |
| HSV | hsv(72, 44%, 32%) | — | |
| HWB | hwb(72 18% 68%) | color: hwb(72 18% 68%) | |
| OKLCH | oklch(0.4226 0.0557 117.84) | color: oklch(0.4226 0.0557 117.84) | |
| Lab | lab(33.41 -9.43 20.19) | color: lab(33.41 -9.43 20.19) | |
| LCH | lch(33.41 22.28 115.04) | color: lch(33.41 22.28 115.04) |
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)
#4E4E37 — rgb(78, 78, 55)
Deuteranopia (Green-blind)
#4E4D39 — rgb(78, 77, 57)
Tritanopia (Blue-blind)
#4B3E3F — rgb(75, 62, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 28%, 25%);
text
color: hsl(71, 28%, 25%);
border
border: 2px solid hsl(71, 28%, 25%);
gradient light
background: linear-gradient(to right, hsl(71, 28%, 45%), hsl(71, 28%, 25%));
gradient dark
background: linear-gradient(to right, hsl(71, 28%, 25%), hsl(71, 28%, 5%))
hex
background-color: #4B522E;
tailwind
bg-[hsl(71,28%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 28%, 25%, 0.4);
css variable
--color-primary: hsl(71, 28%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 28%, 25%)?
HEX: #4B522E | RGB: rgb(75, 82, 46) | CMYK: 9%, 0%, 44%, 68% | HSV: 72°, 44%, 32%. Copy any format from the conversion table above.
What colors go well with #4B522E?
The complementary color is HSL(251, 28%, 25%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 28%, 25%) in CSS?
As HSL: color: hsl(71, 28%, 25%); — As HEX: color: #4B522E; — As RGB: color: rgb(75, 82, 46); — Tailwind CSS: bg-[hsl(71,28%,25%)] — CSS variable: --color-primary: hsl(71, 28%, 25%);