HSL(73, 41%, 23%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(73,41%,23%)]

Color Conversions

Format Value CSS Usage
HSL hsl(73, 41%, 23%) color: hsl(73, 41%, 23%)
HEX #485323 color: #485323
RGB rgb(72, 83, 35) color: rgb(72, 83, 35)
CMYK cmyk(13%, 0%, 58%, 67%)
HSV hsv(74, 58%, 33%)
HWB hwb(74 14% 67%) color: hwb(74 14% 67%)
OKLCH oklch(0.4208 0.0718 120.3) color: oklch(0.4208 0.0718 120.3)
Lab lab(33.32 -12.74 26.33) color: lab(33.32 -12.74 26.33)
LCH lch(33.32 29.25 115.82) color: lch(33.32 29.25 115.82)

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 8.28:1
vs Black 2.54:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#4D4D2F — rgb(77, 77, 47)

Deuteranopia (Green-blind)

#4C4B31 — rgb(76, 75, 49)

Tritanopia (Blue-blind)

#49383A — rgb(73, 56, 58)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(73, 41%, 23%);

text

color: hsl(73, 41%, 23%);

border

border: 2px solid hsl(73, 41%, 23%);

gradient light

background: linear-gradient(to right, hsl(73, 41%, 43%), hsl(73, 41%, 23%));

gradient dark

background: linear-gradient(to right, hsl(73, 41%, 23%), hsl(73, 41%, 3%))

hex

background-color: #485323;

tailwind

bg-[hsl(73,41%,23%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(73, 41%, 23%, 0.4);

css variable

--color-primary: hsl(73, 41%, 23%);

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(73, 41%, 23%)?

HEX: #485323 | RGB: rgb(72, 83, 35) | CMYK: 13%, 0%, 58%, 67% | HSV: 74°, 58%, 33%. Copy any format from the conversion table above.

What colors go well with #485323?

The complementary color is HSL(253, 41%, 23%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(73, 41%, 23%) in CSS?

As HSL: color: hsl(73, 41%, 23%); — As HEX: color: #485323; — As RGB: color: rgb(72, 83, 35); — Tailwind CSS: bg-[hsl(73,41%,23%)] — CSS variable: --color-primary: hsl(73, 41%, 23%);