HSL(83, 65%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,65%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 65%, 25%) color: hsl(83, 65%, 25%)
HEX #496916 color: #496916
RGB rgb(73, 105, 22) color: rgb(73, 105, 22)
CMYK cmyk(30%, 0%, 79%, 59%)
HSV hsv(83, 79%, 41%)
HWB hwb(83 9% 59%) color: hwb(83 9% 59%)
OKLCH oklch(0.4789 0.1144 128.81) color: oklch(0.4789 0.1144 128.81)
Lab lab(40.54 -25.08 40.07) color: lab(40.54 -25.08 40.07)
LCH lch(40.54 47.27 122.04) color: lch(40.54 47.27 122.04)

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.33:1
vs Black 3.32: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)

#57572A — rgb(87, 87, 42)

Deuteranopia (Green-blind)

#55532F — rgb(85, 83, 47)

Tritanopia (Blue-blind)

#4B3A3D — rgb(75, 58, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 65%, 25%);

text

color: hsl(83, 65%, 25%);

border

border: 2px solid hsl(83, 65%, 25%);

gradient light

background: linear-gradient(to right, hsl(83, 65%, 45%), hsl(83, 65%, 25%));

gradient dark

background: linear-gradient(to right, hsl(83, 65%, 25%), hsl(83, 65%, 5%))

hex

background-color: #496916;

tailwind

bg-[hsl(83,65%,25%)]

box shadow

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

css variable

--color-primary: hsl(83, 65%, 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(83, 65%, 25%)?

HEX: #496916 | RGB: rgb(73, 105, 22) | CMYK: 30%, 0%, 79%, 59% | HSV: 83°, 79%, 41%. Copy any format from the conversion table above.

What colors go well with #496916?

The complementary color is HSL(263, 65%, 25%). 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, 65%, 25%) in CSS?

As HSL: color: hsl(83, 65%, 25%); — As HEX: color: #496916; — As RGB: color: rgb(73, 105, 22); — Tailwind CSS: bg-[hsl(83,65%,25%)] — CSS variable: --color-primary: hsl(83, 65%, 25%);