HSL(78, 40%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,40%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 40%, 34%) | color: hsl(78, 40%, 34%) | |
| HEX | #657934 | color: #657934 | |
| RGB | rgb(101, 121, 52) | color: rgb(101, 121, 52) | |
| CMYK | cmyk(17%, 0%, 57%, 53%) | — | |
| HSV | hsv(77, 57%, 47%) | — | |
| HWB | hwb(77 20% 53%) | color: hwb(77 20% 53%) | |
| OKLCH | oklch(0.5441 0.0978 123.12) | color: oklch(0.5441 0.0978 123.12) | |
| Lab | lab(47.87 -18.84 34.89) | color: lab(47.87 -18.84 34.89) | |
| LCH | lch(47.87 39.65 118.37) | color: lch(47.87 39.65 118.37) |
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)
#6E6E45 — rgb(110, 110, 69)
Deuteranopia (Green-blind)
#6D6B49 — rgb(109, 107, 73)
Tritanopia (Blue-blind)
#665255 — rgb(102, 82, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 40%, 34%);
text
color: hsl(78, 40%, 34%);
border
border: 2px solid hsl(78, 40%, 34%);
gradient light
background: linear-gradient(to right, hsl(78, 40%, 54%), hsl(78, 40%, 34%));
gradient dark
background: linear-gradient(to right, hsl(78, 40%, 34%), hsl(78, 40%, 14%))
hex
background-color: #657934;
tailwind
bg-[hsl(78,40%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 40%, 34%, 0.4);
css variable
--color-primary: hsl(78, 40%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(78, 40%, 34%)?
HEX: #657934 | RGB: rgb(101, 121, 52) | CMYK: 17%, 0%, 57%, 53% | HSV: 77°, 57%, 47%. Copy any format from the conversion table above.
What colors go well with #657934?
The complementary color is HSL(258, 40%, 34%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 40%, 34%) in CSS?
As HSL: color: hsl(78, 40%, 34%); — As HEX: color: #657934; — As RGB: color: rgb(101, 121, 52); — Tailwind CSS: bg-[hsl(78,40%,34%)] — CSS variable: --color-primary: hsl(78, 40%, 34%);