HSL(84, 59%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(84,59%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(84, 59%, 26%) color: hsl(84, 59%, 26%)
HEX #4A691B color: #4A691B
RGB rgb(74, 105, 27) color: rgb(74, 105, 27)
CMYK cmyk(30%, 0%, 74%, 59%)
HSV hsv(84, 74%, 41%)
HWB hwb(84 11% 59%) color: hwb(84 11% 59%)
OKLCH oklch(0.48 0.1105 128.83) color: oklch(0.48 0.1105 128.83)
Lab lab(40.63 -24.32 38.21) color: lab(40.63 -24.32 38.21)
LCH lch(40.63 45.29 122.48) color: lch(40.63 45.29 122.48)

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.31: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)

#57582E — rgb(87, 88, 46)

Deuteranopia (Green-blind)

#565332 — rgb(86, 83, 50)

Tritanopia (Blue-blind)

#4C3D40 — rgb(76, 61, 64)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(84, 59%, 26%);

text

color: hsl(84, 59%, 26%);

border

border: 2px solid hsl(84, 59%, 26%);

gradient light

background: linear-gradient(to right, hsl(84, 59%, 46%), hsl(84, 59%, 26%));

gradient dark

background: linear-gradient(to right, hsl(84, 59%, 26%), hsl(84, 59%, 6%))

hex

background-color: #4A691B;

tailwind

bg-[hsl(84,59%,26%)]

box shadow

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

css variable

--color-primary: hsl(84, 59%, 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(84, 59%, 26%)?

HEX: #4A691B | RGB: rgb(74, 105, 27) | CMYK: 30%, 0%, 74%, 59% | HSV: 84°, 74%, 41%. Copy any format from the conversion table above.

What colors go well with #4A691B?

The complementary color is HSL(264, 59%, 26%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(84, 59%, 26%) in CSS?

As HSL: color: hsl(84, 59%, 26%); — As HEX: color: #4A691B; — As RGB: color: rgb(74, 105, 27); — Tailwind CSS: bg-[hsl(84,59%,26%)] — CSS variable: --color-primary: hsl(84, 59%, 26%);