HSL(71, 25%, 25%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,25%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 25%, 25%) | color: hsl(71, 25%, 25%) | |
| HEX | #4A5030 | color: #4A5030 | |
| RGB | rgb(74, 80, 48) | color: rgb(74, 80, 48) | |
| CMYK | cmyk(7%, 0%, 40%, 69%) | — | |
| HSV | hsv(71, 40%, 31%) | — | |
| HWB | hwb(71 19% 69%) | color: hwb(71 19% 69%) | |
| OKLCH | oklch(0.417 0.0501 117.28) | color: oklch(0.417 0.0501 117.28) | |
| Lab | lab(32.72 -8.42 18.08) | color: lab(32.72 -8.42 18.08) | |
| LCH | lch(32.72 19.94 114.97) | color: lch(32.72 19.94 114.97) |
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)
#4D4D38 — rgb(77, 77, 56)
Deuteranopia (Green-blind)
#4C4C3A — rgb(76, 76, 58)
Tritanopia (Blue-blind)
#4A3E3F — rgb(74, 62, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 25%, 25%);
text
color: hsl(71, 25%, 25%);
border
border: 2px solid hsl(71, 25%, 25%);
gradient light
background: linear-gradient(to right, hsl(71, 25%, 45%), hsl(71, 25%, 25%));
gradient dark
background: linear-gradient(to right, hsl(71, 25%, 25%), hsl(71, 25%, 5%))
hex
background-color: #4A5030;
tailwind
bg-[hsl(71,25%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 25%, 25%, 0.4);
css variable
--color-primary: hsl(71, 25%, 25%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 25%, 25%)?
HEX: #4A5030 | RGB: rgb(74, 80, 48) | CMYK: 7%, 0%, 40%, 69% | HSV: 71°, 40%, 31%. Copy any format from the conversion table above.
What colors go well with #4A5030?
The complementary color is HSL(251, 25%, 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, 25%, 25%) in CSS?
As HSL: color: hsl(71, 25%, 25%); — As HEX: color: #4A5030; — As RGB: color: rgb(74, 80, 48); — Tailwind CSS: bg-[hsl(71,25%,25%)] — CSS variable: --color-primary: hsl(71, 25%, 25%);