HSL(83, 46%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,46%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 46%, 29%) color: hsl(83, 46%, 29%)
HEX #526C28 color: #526C28
RGB rgb(82, 108, 40) color: rgb(82, 108, 40)
CMYK cmyk(24%, 0%, 63%, 58%)
HSV hsv(83, 63%, 42%)
HWB hwb(83 16% 58%) color: hwb(83 16% 58%)
OKLCH oklch(0.495 0.0996 127.33) color: oklch(0.495 0.0996 127.33)
Lab lab(42.26 -21.36 34.15) color: lab(42.26 -21.36 34.15)
LCH lch(42.26 40.28 122.02) color: lch(42.26 40.28 122.02)

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.94:1
vs Black 3.53: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)

#5D5D38 — rgb(93, 93, 56)

Deuteranopia (Green-blind)

#5C5A3C — rgb(92, 90, 60)

Tritanopia (Blue-blind)

#534548 — rgb(83, 69, 72)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 46%, 29%);

text

color: hsl(83, 46%, 29%);

border

border: 2px solid hsl(83, 46%, 29%);

gradient light

background: linear-gradient(to right, hsl(83, 46%, 49%), hsl(83, 46%, 29%));

gradient dark

background: linear-gradient(to right, hsl(83, 46%, 29%), hsl(83, 46%, 9%))

hex

background-color: #526C28;

tailwind

bg-[hsl(83,46%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(83, 46%, 29%, 0.4);

css variable

--color-primary: hsl(83, 46%, 29%);

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(83, 46%, 29%)?

HEX: #526C28 | RGB: rgb(82, 108, 40) | CMYK: 24%, 0%, 63%, 58% | HSV: 83°, 63%, 42%. Copy any format from the conversion table above.

What colors go well with #526C28?

The complementary color is HSL(263, 46%, 29%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 46%, 29%) in CSS?

As HSL: color: hsl(83, 46%, 29%); — As HEX: color: #526C28; — As RGB: color: rgb(82, 108, 40); — Tailwind CSS: bg-[hsl(83,46%,29%)] — CSS variable: --color-primary: hsl(83, 46%, 29%);