HSL(82, 64%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,64%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 64%, 25%) color: hsl(82, 64%, 25%)
HEX #4B6917 color: #4B6917
RGB rgb(75, 105, 23) color: rgb(75, 105, 23)
CMYK cmyk(29%, 0%, 78%, 59%)
HSV hsv(82, 78%, 41%)
HWB hwb(82 9% 59%) color: hwb(82 9% 59%)
OKLCH oklch(0.4804 0.1127 127.95) color: oklch(0.4804 0.1127 127.95)
Lab lab(40.67 -24.17 39.87) color: lab(40.67 -24.17 39.87)
LCH lch(40.67 46.62 121.23) color: lch(40.67 46.62 121.23)

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.3:1
vs Black 3.33: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)

#58582B — rgb(88, 88, 43)

Deuteranopia (Green-blind)

#565430 — rgb(86, 84, 48)

Tritanopia (Blue-blind)

#4D3B3E — rgb(77, 59, 62)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 64%, 25%);

text

color: hsl(82, 64%, 25%);

border

border: 2px solid hsl(82, 64%, 25%);

gradient light

background: linear-gradient(to right, hsl(82, 64%, 45%), hsl(82, 64%, 25%));

gradient dark

background: linear-gradient(to right, hsl(82, 64%, 25%), hsl(82, 64%, 5%))

hex

background-color: #4B6917;

tailwind

bg-[hsl(82,64%,25%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(82, 64%, 25%, 0.4);

css variable

--color-primary: hsl(82, 64%, 25%);

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(82, 64%, 25%)?

HEX: #4B6917 | RGB: rgb(75, 105, 23) | CMYK: 29%, 0%, 78%, 59% | HSV: 82°, 78%, 41%. Copy any format from the conversion table above.

What colors go well with #4B6917?

The complementary color is HSL(262, 64%, 25%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 64%, 25%) in CSS?

As HSL: color: hsl(82, 64%, 25%); — As HEX: color: #4B6917; — As RGB: color: rgb(75, 105, 23); — Tailwind CSS: bg-[hsl(82,64%,25%)] — CSS variable: --color-primary: hsl(82, 64%, 25%);