HSL(121, 19%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(121,19%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(121, 19%, 37%) color: hsl(121, 19%, 37%)
HEX #4C704D color: #4C704D
RGB rgb(76, 112, 77) color: rgb(76, 112, 77)
CMYK cmyk(32%, 0%, 31%, 56%)
HSV hsv(122, 32%, 44%)
HWB hwb(122 30% 56%) color: hwb(122 30% 56%)
OKLCH oklch(0.5078 0.0684 145.14) color: oklch(0.5078 0.0684 145.14)
Lab lab(43.74 -20.57 15.48) color: lab(43.74 -20.57 15.48)
LCH lch(43.74 25.74 143.04) color: lch(43.74 25.74 143.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 5.63:1
vs Black 3.73: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)

#5C5C55 — rgb(92, 92, 85)

Deuteranopia (Green-blind)

#5A5758 — rgb(90, 87, 88)

Tritanopia (Blue-blind)

#4E5C5E — rgb(78, 92, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(121, 19%, 37%);

text

color: hsl(121, 19%, 37%);

border

border: 2px solid hsl(121, 19%, 37%);

gradient light

background: linear-gradient(to right, hsl(121, 19%, 57%), hsl(121, 19%, 37%));

gradient dark

background: linear-gradient(to right, hsl(121, 19%, 37%), hsl(121, 19%, 17%))

hex

background-color: #4C704D;

tailwind

bg-[hsl(121,19%,37%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(121, 19%, 37%, 0.4);

css variable

--color-primary: hsl(121, 19%, 37%);

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(121, 19%, 37%)?

HEX: #4C704D | RGB: rgb(76, 112, 77) | CMYK: 32%, 0%, 31%, 56% | HSV: 122°, 32%, 44%. Copy any format from the conversion table above.

What colors go well with #4C704D?

The complementary color is HSL(301, 19%, 37%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(121, 19%, 37%) in CSS?

As HSL: color: hsl(121, 19%, 37%); — As HEX: color: #4C704D; — As RGB: color: rgb(76, 112, 77); — Tailwind CSS: bg-[hsl(121,19%,37%)] — CSS variable: --color-primary: hsl(121, 19%, 37%);