HSL(113, 32%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(113,32%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 32%, 33%) color: hsl(113, 32%, 33%)
HEX #406F39 color: #406F39
RGB rgb(64, 111, 57) color: rgb(64, 111, 57)
CMYK cmyk(42%, 0%, 49%, 56%)
HSV hsv(112, 49%, 44%)
HWB hwb(112 22% 56%) color: hwb(112 22% 56%)
OKLCH oklch(0.4938 0.0973 141.19) color: oklch(0.4938 0.0973 141.19)
Lab lab(42.39 -27.76 25.07) color: lab(42.39 -27.76 25.07)
LCH lch(42.39 37.4 137.91) color: lch(42.39 37.4 137.91)

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.91:1
vs Black 3.55: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)

#545546 — rgb(84, 85, 70)

Deuteranopia (Green-blind)

#524E49 — rgb(82, 78, 73)

Tritanopia (Blue-blind)

#425053 — rgb(66, 80, 83)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 32%, 33%);

text

color: hsl(113, 32%, 33%);

border

border: 2px solid hsl(113, 32%, 33%);

gradient light

background: linear-gradient(to right, hsl(113, 32%, 53%), hsl(113, 32%, 33%));

gradient dark

background: linear-gradient(to right, hsl(113, 32%, 33%), hsl(113, 32%, 13%))

hex

background-color: #406F39;

tailwind

bg-[hsl(113,32%,33%)]

box shadow

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

css variable

--color-primary: hsl(113, 32%, 33%);

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(113, 32%, 33%)?

HEX: #406F39 | RGB: rgb(64, 111, 57) | CMYK: 42%, 0%, 49%, 56% | HSV: 112°, 49%, 44%. Copy any format from the conversion table above.

What colors go well with #406F39?

The complementary color is HSL(293, 32%, 33%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 32%, 33%) in CSS?

As HSL: color: hsl(113, 32%, 33%); — As HEX: color: #406F39; — As RGB: color: rgb(64, 111, 57); — Tailwind CSS: bg-[hsl(113,32%,33%)] — CSS variable: --color-primary: hsl(113, 32%, 33%);