HSL(83, 46%, 18%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,46%,18%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 46%, 18%) color: hsl(83, 46%, 18%)
HEX #334319 color: #334319
RGB rgb(51, 67, 25) color: rgb(51, 67, 25)
CMYK cmyk(24%, 0%, 63%, 74%)
HSV hsv(83, 63%, 26%)
HWB hwb(83 10% 74%) color: hwb(83 10% 74%)
OKLCH oklch(0.3582 0.0678 126.94) color: oklch(0.3582 0.0678 126.94)
Lab lab(26.12 -14.46 23.07) color: lab(26.12 -14.46 23.07)
LCH lch(26.12 27.23 122.08) color: lch(26.12 27.23 122.08)

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 10.73:1
vs Black 1.96:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#3A3A23 — rgb(58, 58, 35)

Deuteranopia (Green-blind)

#393826 — rgb(57, 56, 38)

Tritanopia (Blue-blind)

#342B2D — rgb(52, 43, 45)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 46%, 18%);

text

color: hsl(83, 46%, 18%);

border

border: 2px solid hsl(83, 46%, 18%);

gradient light

background: linear-gradient(to right, hsl(83, 46%, 38%), hsl(83, 46%, 18%));

gradient dark

background: linear-gradient(to right, hsl(83, 46%, 18%), hsl(83, 46%, 0%))

hex

background-color: #334319;

tailwind

bg-[hsl(83,46%,18%)]

box shadow

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

css variable

--color-primary: hsl(83, 46%, 18%);

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, 46%, 18%)?

HEX: #334319 | RGB: rgb(51, 67, 25) | CMYK: 24%, 0%, 63%, 74% | HSV: 83°, 63%, 26%. Copy any format from the conversion table above.

What colors go well with #334319?

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

As HSL: color: hsl(83, 46%, 18%); — As HEX: color: #334319; — As RGB: color: rgb(51, 67, 25); — Tailwind CSS: bg-[hsl(83,46%,18%)] — CSS variable: --color-primary: hsl(83, 46%, 18%);