HSL(122, 15%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(122,15%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 15%, 38%) color: hsl(122, 15%, 38%)
HEX #526F53 color: #526F53
RGB rgb(82, 111, 83) color: rgb(82, 111, 83)
CMYK cmyk(26%, 0%, 25%, 56%)
HSV hsv(122, 26%, 44%)
HWB hwb(122 33% 56%) color: hwb(122 33% 56%)
OKLCH oklch(0.5106 0.0553 145.57) color: oklch(0.5106 0.0553 145.57)
Lab lab(43.93 -16.69 12.26) color: lab(43.93 -16.69 12.26)
LCH lch(43.93 20.71 143.7) color: lch(43.93 20.71 143.7)

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.59:1
vs Black 3.76: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)

#5F5F5A — rgb(95, 95, 90)

Deuteranopia (Green-blind)

#5D5B5B — rgb(93, 91, 91)

Tritanopia (Blue-blind)

#535F60 — rgb(83, 95, 96)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 15%, 38%);

text

color: hsl(122, 15%, 38%);

border

border: 2px solid hsl(122, 15%, 38%);

gradient light

background: linear-gradient(to right, hsl(122, 15%, 58%), hsl(122, 15%, 38%));

gradient dark

background: linear-gradient(to right, hsl(122, 15%, 38%), hsl(122, 15%, 18%))

hex

background-color: #526F53;

tailwind

bg-[hsl(122,15%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(122, 15%, 38%, 0.4);

css variable

--color-primary: hsl(122, 15%, 38%);

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(122, 15%, 38%)?

HEX: #526F53 | RGB: rgb(82, 111, 83) | CMYK: 26%, 0%, 25%, 56% | HSV: 122°, 26%, 44%. Copy any format from the conversion table above.

What colors go well with #526F53?

The complementary color is HSL(302, 15%, 38%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 15%, 38%) in CSS?

As HSL: color: hsl(122, 15%, 38%); — As HEX: color: #526F53; — As RGB: color: rgb(82, 111, 83); — Tailwind CSS: bg-[hsl(122,15%,38%)] — CSS variable: --color-primary: hsl(122, 15%, 38%);