HSL(132, 23%, 36%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(132,23%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(132, 23%, 36%) color: hsl(132, 23%, 36%)
HEX #47714F color: #47714F
RGB rgb(71, 113, 79) color: rgb(71, 113, 79)
CMYK cmyk(37%, 0%, 30%, 56%)
HSV hsv(131, 37%, 44%)
HWB hwb(131 28% 56%) color: hwb(131 28% 56%)
OKLCH oklch(0.5078 0.0714 149.35) color: oklch(0.5078 0.0714 149.35)
Lab lab(43.82 -22.48 14.37) color: lab(43.82 -22.48 14.37)
LCH lch(43.82 26.68 147.41) color: lch(43.82 26.68 147.41)

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 5.61:1
vs Black 3.74:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#595A57 — rgb(89, 90, 87)

Deuteranopia (Green-blind)

#575459 — rgb(87, 84, 89)

Tritanopia (Blue-blind)

#495E5F — rgb(73, 94, 95)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(132, 23%, 36%);

text

color: hsl(132, 23%, 36%);

border

border: 2px solid hsl(132, 23%, 36%);

gradient light

background: linear-gradient(to right, hsl(132, 23%, 56%), hsl(132, 23%, 36%));

gradient dark

background: linear-gradient(to right, hsl(132, 23%, 36%), hsl(132, 23%, 16%))

hex

background-color: #47714F;

tailwind

bg-[hsl(132,23%,36%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(132, 23%, 36%, 0.4);

css variable

--color-primary: hsl(132, 23%, 36%);

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(132, 23%, 36%)?

HEX: #47714F | RGB: rgb(71, 113, 79) | CMYK: 37%, 0%, 30%, 56% | HSV: 131°, 37%, 44%. Copy any format from the conversion table above.

What colors go well with #47714F?

The complementary color is HSL(312, 23%, 36%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(132, 23%, 36%) in CSS?

As HSL: color: hsl(132, 23%, 36%); — As HEX: color: #47714F; — As RGB: color: rgb(71, 113, 79); — Tailwind CSS: bg-[hsl(132,23%,36%)] — CSS variable: --color-primary: hsl(132, 23%, 36%);