HSL(142, 16%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(142,16%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(142, 16%, 35%) color: hsl(142, 16%, 35%)
HEX #4B6855 color: #4B6855
RGB rgb(75, 104, 85) color: rgb(75, 104, 85)
CMYK cmyk(28%, 0%, 18%, 59%)
HSV hsv(141, 28%, 41%)
HWB hwb(141 30% 59%) color: hwb(141 30% 59%)
OKLCH oklch(0.4885 0.0457 155.63) color: oklch(0.4885 0.0457 155.63)
Lab lab(41.3 -15.01 7.31) color: lab(41.3 -15.01 7.31)
LCH lch(41.3 16.7 154.03) color: lch(41.3 16.7 154.03)

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 6.16:1
vs Black 3.41: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)

#58585A — rgb(88, 88, 90)

Deuteranopia (Green-blind)

#56545B — rgb(86, 84, 91)

Tritanopia (Blue-blind)

#4C5D5E — rgb(76, 93, 94)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(142, 16%, 35%);

text

color: hsl(142, 16%, 35%);

border

border: 2px solid hsl(142, 16%, 35%);

gradient light

background: linear-gradient(to right, hsl(142, 16%, 55%), hsl(142, 16%, 35%));

gradient dark

background: linear-gradient(to right, hsl(142, 16%, 35%), hsl(142, 16%, 15%))

hex

background-color: #4B6855;

tailwind

bg-[hsl(142,16%,35%)]

box shadow

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

css variable

--color-primary: hsl(142, 16%, 35%);

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, 16%, 35%)?

HEX: #4B6855 | RGB: rgb(75, 104, 85) | CMYK: 28%, 0%, 18%, 59% | HSV: 141°, 28%, 41%. Copy any format from the conversion table above.

What colors go well with #4B6855?

The complementary color is HSL(322, 16%, 35%). 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, 16%, 35%) in CSS?

As HSL: color: hsl(142, 16%, 35%); — As HEX: color: #4B6855; — As RGB: color: rgb(75, 104, 85); — Tailwind CSS: bg-[hsl(142,16%,35%)] — CSS variable: --color-primary: hsl(142, 16%, 35%);