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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 8.25:1
vs Black 2.55:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Success states Eco/nature brands Finance apps Health apps Confirm buttons

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%);