HSL(84, 50%, 35%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(84,50%,35%)]

Color Conversions

Format Value CSS Usage
HSL hsl(84, 50%, 35%) color: hsl(84, 50%, 35%)
HEX #62862D color: #62862D
RGB rgb(98, 134, 45) color: rgb(98, 134, 45)
CMYK cmyk(27%, 0%, 66%, 47%)
HSV hsv(84, 66%, 53%)
HWB hwb(84 18% 47%) color: hwb(84 18% 47%)
OKLCH oklch(0.5739 0.1242 128.58) color: oklch(0.5739 0.1242 128.58)
Lab lab(51.65 -27.32 42.39) color: lab(51.65 -27.32 42.39)
LCH lch(51.65 50.43 122.8) color: lch(51.65 50.43 122.8)

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 4.23:1
vs Black 4.97:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#727243 — rgb(114, 114, 67)

Deuteranopia (Green-blind)

#706D48 — rgb(112, 109, 72)

Tritanopia (Blue-blind)

#645457 — rgb(100, 84, 87)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(84, 50%, 35%);

text

color: hsl(84, 50%, 35%);

border

border: 2px solid hsl(84, 50%, 35%);

gradient light

background: linear-gradient(to right, hsl(84, 50%, 55%), hsl(84, 50%, 35%));

gradient dark

background: linear-gradient(to right, hsl(84, 50%, 35%), hsl(84, 50%, 15%))

hex

background-color: #62862D;

tailwind

bg-[hsl(84,50%,35%)]

box shadow

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

css variable

--color-primary: hsl(84, 50%, 35%);

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, 50%, 35%)?

HEX: #62862D | RGB: rgb(98, 134, 45) | CMYK: 27%, 0%, 66%, 47% | HSV: 84°, 66%, 53%. Copy any format from the conversion table above.

What colors go well with #62862D?

The complementary color is HSL(264, 50%, 35%). 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, 50%, 35%) in CSS?

As HSL: color: hsl(84, 50%, 35%); — As HEX: color: #62862D; — As RGB: color: rgb(98, 134, 45); — Tailwind CSS: bg-[hsl(84,50%,35%)] — CSS variable: --color-primary: hsl(84, 50%, 35%);