HSL(83, 41%, 37%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,41%,37%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 41%, 37%) color: hsl(83, 41%, 37%)
HEX #678538 color: #678538
RGB rgb(103, 133, 56) color: rgb(103, 133, 56)
CMYK cmyk(23%, 0%, 58%, 48%)
HSV hsv(83, 58%, 52%)
HWB hwb(83 22% 48%) color: hwb(83 22% 48%)
OKLCH oklch(0.5761 0.1104 127.32) color: oklch(0.5761 0.1104 127.32)
Lab lab(51.77 -23.77 37.44) color: lab(51.77 -23.77 37.44)
LCH lch(51.77 44.35 122.41) color: lch(51.77 44.35 122.41)

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.21:1
vs Black 4.99: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)

#74744B — rgb(116, 116, 75)

Deuteranopia (Green-blind)

#72704F — rgb(114, 112, 79)

Tritanopia (Blue-blind)

#69595D — rgb(105, 89, 93)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 41%, 37%);

text

color: hsl(83, 41%, 37%);

border

border: 2px solid hsl(83, 41%, 37%);

gradient light

background: linear-gradient(to right, hsl(83, 41%, 57%), hsl(83, 41%, 37%));

gradient dark

background: linear-gradient(to right, hsl(83, 41%, 37%), hsl(83, 41%, 17%))

hex

background-color: #678538;

tailwind

bg-[hsl(83,41%,37%)]

box shadow

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

css variable

--color-primary: hsl(83, 41%, 37%);

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, 41%, 37%)?

HEX: #678538 | RGB: rgb(103, 133, 56) | CMYK: 23%, 0%, 58%, 48% | HSV: 83°, 58%, 52%. Copy any format from the conversion table above.

What colors go well with #678538?

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

As HSL: color: hsl(83, 41%, 37%); — As HEX: color: #678538; — As RGB: color: rgb(103, 133, 56); — Tailwind CSS: bg-[hsl(83,41%,37%)] — CSS variable: --color-primary: hsl(83, 41%, 37%);