HSL(65, 43%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,43%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 43%, 22%) | color: hsl(65, 43%, 22%) | |
| HEX | #4C5020 | color: #4C5020 | |
| RGB | rgb(76, 80, 32) | color: rgb(76, 80, 32) | |
| CMYK | cmyk(5%, 0%, 60%, 69%) | — | |
| HSV | hsv(65, 60%, 31%) | — | |
| HWB | hwb(65 12% 69%) | color: hwb(65 12% 69%) | |
| OKLCH | oklch(0.4162 0.0693 113.36) | color: oklch(0.4162 0.0693 113.36) | |
| Lab | lab(32.65 -9.42 27.28) | color: lab(32.65 -9.42 27.28) | |
| LCH | lch(32.65 28.86 109.05) | color: lch(32.65 28.86 109.05) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#4E4E2C — rgb(78, 78, 44)
Deuteranopia (Green-blind)
#4E4D2E — rgb(78, 77, 46)
Tritanopia (Blue-blind)
#4C3537 — rgb(76, 53, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 43%, 22%);
text
color: hsl(65, 43%, 22%);
border
border: 2px solid hsl(65, 43%, 22%);
gradient light
background: linear-gradient(to right, hsl(65, 43%, 42%), hsl(65, 43%, 22%));
gradient dark
background: linear-gradient(to right, hsl(65, 43%, 22%), hsl(65, 43%, 2%))
hex
background-color: #4C5020;
tailwind
bg-[hsl(65,43%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 43%, 22%, 0.4);
css variable
--color-primary: hsl(65, 43%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 43%, 22%)?
HEX: #4C5020 | RGB: rgb(76, 80, 32) | CMYK: 5%, 0%, 60%, 69% | HSV: 65°, 60%, 31%. Copy any format from the conversion table above.
What colors go well with #4C5020?
The complementary color is HSL(245, 43%, 22%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(65, 43%, 22%) in CSS?
As HSL: color: hsl(65, 43%, 22%); — As HEX: color: #4C5020; — As RGB: color: rgb(76, 80, 32); — Tailwind CSS: bg-[hsl(65,43%,22%)] — CSS variable: --color-primary: hsl(65, 43%, 22%);