HSL(86, 52%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(86,52%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(86, 52%, 26%) color: hsl(86, 52%, 26%)
HEX #476520 color: #476520
RGB rgb(71, 101, 32) color: rgb(71, 101, 32)
CMYK cmyk(30%, 0%, 68%, 60%)
HSV hsv(86, 68%, 40%)
HWB hwb(86 13% 60%) color: hwb(86 13% 60%)
OKLCH oklch(0.4676 0.1025 129.69) color: oklch(0.4676 0.1025 129.69)
Lab lab(39.16 -23.17 34.39) color: lab(39.16 -23.17 34.39)
LCH lch(39.16 41.47 123.97) color: lch(39.16 41.47 123.97)

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.67:1
vs Black 3.15: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)

#545431 — rgb(84, 84, 49)

Deuteranopia (Green-blind)

#525035 — rgb(82, 80, 53)

Tritanopia (Blue-blind)

#493E41 — rgb(73, 62, 65)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(86, 52%, 26%);

text

color: hsl(86, 52%, 26%);

border

border: 2px solid hsl(86, 52%, 26%);

gradient light

background: linear-gradient(to right, hsl(86, 52%, 46%), hsl(86, 52%, 26%));

gradient dark

background: linear-gradient(to right, hsl(86, 52%, 26%), hsl(86, 52%, 6%))

hex

background-color: #476520;

tailwind

bg-[hsl(86,52%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(86, 52%, 26%, 0.4);

css variable

--color-primary: hsl(86, 52%, 26%);

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(86, 52%, 26%)?

HEX: #476520 | RGB: rgb(71, 101, 32) | CMYK: 30%, 0%, 68%, 60% | HSV: 86°, 68%, 40%. Copy any format from the conversion table above.

What colors go well with #476520?

The complementary color is HSL(266, 52%, 26%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(86, 52%, 26%) in CSS?

As HSL: color: hsl(86, 52%, 26%); — As HEX: color: #476520; — As RGB: color: rgb(71, 101, 32); — Tailwind CSS: bg-[hsl(86,52%,26%)] — CSS variable: --color-primary: hsl(86, 52%, 26%);