HSL(65, 45%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(65,45%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(65, 45%, 15%) | color: hsl(65, 45%, 15%) | |
| HEX | #353715 | color: #353715 | |
| RGB | rgb(53, 55, 21) | color: rgb(53, 55, 21) | |
| CMYK | cmyk(4%, 0%, 62%, 78%) | — | |
| HSV | hsv(64, 62%, 22%) | — | |
| HWB | hwb(64 8% 78%) | color: hwb(64 8% 78%) | |
| OKLCH | oklch(0.3261 0.0524 112.01) | color: oklch(0.3261 0.0524 112.01) | |
| Lab | lab(22.1 -6.74 20.73) | color: lab(22.1 -6.74 20.73) | |
| LCH | lch(22.1 21.8 108.01) | color: lch(22.1 21.8 108.01) |
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)
#36361D — rgb(54, 54, 29)
Deuteranopia (Green-blind)
#36361F — rgb(54, 54, 31)
Tritanopia (Blue-blind)
#352425 — rgb(53, 36, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(65, 45%, 15%);
text
color: hsl(65, 45%, 15%);
border
border: 2px solid hsl(65, 45%, 15%);
gradient light
background: linear-gradient(to right, hsl(65, 45%, 35%), hsl(65, 45%, 15%));
gradient dark
background: linear-gradient(to right, hsl(65, 45%, 15%), hsl(65, 45%, 0%))
hex
background-color: #353715;
tailwind
bg-[hsl(65,45%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(65, 45%, 15%, 0.4);
css variable
--color-primary: hsl(65, 45%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(65, 45%, 15%)?
HEX: #353715 | RGB: rgb(53, 55, 21) | CMYK: 4%, 0%, 62%, 78% | HSV: 64°, 62%, 22%. Copy any format from the conversion table above.
What colors go well with #353715?
The complementary color is HSL(245, 45%, 15%). 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, 45%, 15%) in CSS?
As HSL: color: hsl(65, 45%, 15%); — As HEX: color: #353715; — As RGB: color: rgb(53, 55, 21); — Tailwind CSS: bg-[hsl(65,45%,15%)] — CSS variable: --color-primary: hsl(65, 45%, 15%);