HSL(75, 78%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(75,78%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 78%, 19%) | color: hsl(75, 78%, 19%) | |
| HEX | #43560B | color: #43560B | |
| RGB | rgb(67, 86, 11) | color: rgb(67, 86, 11) | |
| CMYK | cmyk(22%, 0%, 87%, 66%) | — | |
| HSV | hsv(75, 87%, 34%) | — | |
| HWB | hwb(75 4% 66%) | color: hwb(75 4% 66%) | |
| OKLCH | oklch(0.4223 0.0982 123.68) | color: oklch(0.4223 0.0982 123.68) | |
| Lab | lab(33.72 -18.55 37.4) | color: lab(33.72 -18.55 37.4) | |
| LCH | lch(33.72 41.75 116.38) | color: lch(33.72 41.75 116.38) |
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)
#4B4B1D — rgb(75, 75, 29)
Deuteranopia (Green-blind)
#4A4922 — rgb(74, 73, 34)
Tritanopia (Blue-blind)
#442B2F — rgb(68, 43, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 78%, 19%);
text
color: hsl(75, 78%, 19%);
border
border: 2px solid hsl(75, 78%, 19%);
gradient light
background: linear-gradient(to right, hsl(75, 78%, 39%), hsl(75, 78%, 19%));
gradient dark
background: linear-gradient(to right, hsl(75, 78%, 19%), hsl(75, 78%, 0%))
hex
background-color: #43560B;
tailwind
bg-[hsl(75,78%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 78%, 19%, 0.4);
css variable
--color-primary: hsl(75, 78%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(75, 78%, 19%)?
HEX: #43560B | RGB: rgb(67, 86, 11) | CMYK: 22%, 0%, 87%, 66% | HSV: 75°, 87%, 34%. Copy any format from the conversion table above.
What colors go well with #43560B?
The complementary color is HSL(255, 78%, 19%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 78%, 19%) in CSS?
As HSL: color: hsl(75, 78%, 19%); — As HEX: color: #43560B; — As RGB: color: rgb(67, 86, 11); — Tailwind CSS: bg-[hsl(75,78%,19%)] — CSS variable: --color-primary: hsl(75, 78%, 19%);