HSL(137, 40%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(137,40%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(137, 40%, 32%) color: hsl(137, 40%, 32%)
HEX #317243 color: #317243
RGB rgb(49, 114, 67) color: rgb(49, 114, 67)
CMYK cmyk(57%, 0%, 41%, 55%)
HSV hsv(137, 57%, 45%)
HWB hwb(137 19% 55%) color: hwb(137 19% 55%)
OKLCH oklch(0.4967 0.1001 150.32) color: oklch(0.4967 0.1001 150.32)
Lab lab(42.9 -32.09 19.94) color: lab(42.9 -32.09 19.94)
LCH lch(42.9 37.78 148.14) color: lch(42.9 37.78 148.14)

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.8:1
vs Black 3.62: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)

#4D4E4E — rgb(77, 78, 78)

Deuteranopia (Green-blind)

#494551 — rgb(73, 69, 81)

Tritanopia (Blue-blind)

#345759 — rgb(52, 87, 89)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(137, 40%, 32%);

text

color: hsl(137, 40%, 32%);

border

border: 2px solid hsl(137, 40%, 32%);

gradient light

background: linear-gradient(to right, hsl(137, 40%, 52%), hsl(137, 40%, 32%));

gradient dark

background: linear-gradient(to right, hsl(137, 40%, 32%), hsl(137, 40%, 12%))

hex

background-color: #317243;

tailwind

bg-[hsl(137,40%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(137, 40%, 32%, 0.4);

css variable

--color-primary: hsl(137, 40%, 32%);

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(137, 40%, 32%)?

HEX: #317243 | RGB: rgb(49, 114, 67) | CMYK: 57%, 0%, 41%, 55% | HSV: 137°, 57%, 45%. Copy any format from the conversion table above.

What colors go well with #317243?

The complementary color is HSL(317, 40%, 32%). For a triadic harmony, use hues 137°, 257°, and 17°. For analogous combinations, try hues 107° and 167°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(137, 40%, 32%) in CSS?

As HSL: color: hsl(137, 40%, 32%); — As HEX: color: #317243; — As RGB: color: rgb(49, 114, 67); — Tailwind CSS: bg-[hsl(137,40%,32%)] — CSS variable: --color-primary: hsl(137, 40%, 32%);