HSL(142, 20%, 39%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(142,20%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 20%, 39%) color: hsl(142, 20%, 39%)
HEX #50775E color: #50775E
RGB rgb(80, 119, 94) color: rgb(80, 119, 94)
CMYK cmyk(33%, 0%, 21%, 53%)
HSV hsv(142, 33%, 47%)
HWB hwb(142 31% 53%) color: hwb(142 31% 53%)
OKLCH oklch(0.5326 0.059 155.72) color: oklch(0.5326 0.059 155.72)
Lab lab(46.59 -19.47 9.45) color: lab(46.59 -19.47 9.45)
LCH lch(46.59 21.64 154.11) color: lch(46.59 21.64 154.11)

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.07:1
vs Black 4.14: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)

#616164 — rgb(97, 97, 100)

Deuteranopia (Green-blind)

#5F5C66 — rgb(95, 92, 102)

Tritanopia (Blue-blind)

#52696A — rgb(82, 105, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 20%, 39%);

text

color: hsl(142, 20%, 39%);

border

border: 2px solid hsl(142, 20%, 39%);

gradient light

background: linear-gradient(to right, hsl(142, 20%, 59%), hsl(142, 20%, 39%));

gradient dark

background: linear-gradient(to right, hsl(142, 20%, 39%), hsl(142, 20%, 19%))

hex

background-color: #50775E;

tailwind

bg-[hsl(142,20%,39%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(142, 20%, 39%, 0.4);

css variable

--color-primary: hsl(142, 20%, 39%);

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(142, 20%, 39%)?

HEX: #50775E | RGB: rgb(80, 119, 94) | CMYK: 33%, 0%, 21%, 53% | HSV: 142°, 33%, 47%. Copy any format from the conversion table above.

What colors go well with #50775E?

The complementary color is HSL(322, 20%, 39%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(142, 20%, 39%) in CSS?

As HSL: color: hsl(142, 20%, 39%); — As HEX: color: #50775E; — As RGB: color: rgb(80, 119, 94); — Tailwind CSS: bg-[hsl(142,20%,39%)] — CSS variable: --color-primary: hsl(142, 20%, 39%);