HSL(92, 36%, 40%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,36%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 36%, 40%) | color: hsl(92, 36%, 40%) | |
| HEX | #648B41 | color: #648B41 | |
| RGB | rgb(100, 139, 65) | color: rgb(100, 139, 65) | |
| CMYK | cmyk(28%, 0%, 53%, 45%) | — | |
| HSV | hsv(92, 53%, 55%) | — | |
| HWB | hwb(92 26% 45%) | color: hwb(92 26% 45%) | |
| OKLCH | oklch(0.5903 0.1119 131.96) | color: oklch(0.5903 0.1119 131.96) | |
| Lab | lab(53.55 -26.97 34.96) | color: lab(53.55 -26.97 34.96) | |
| LCH | lch(53.55 44.15 127.65) | color: lch(53.55 44.15 127.65) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#757553 — rgb(117, 117, 83)
Deuteranopia (Green-blind)
#737057 — rgb(115, 112, 87)
Tritanopia (Blue-blind)
#666164 — rgb(102, 97, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 36%, 40%);
text
color: hsl(92, 36%, 40%);
border
border: 2px solid hsl(92, 36%, 40%);
gradient light
background: linear-gradient(to right, hsl(92, 36%, 60%), hsl(92, 36%, 40%));
gradient dark
background: linear-gradient(to right, hsl(92, 36%, 40%), hsl(92, 36%, 20%))
hex
background-color: #648B41;
tailwind
bg-[hsl(92,36%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 36%, 40%, 0.4);
css variable
--color-primary: hsl(92, 36%, 40%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 36%, 40%)?
HEX: #648B41 | RGB: rgb(100, 139, 65) | CMYK: 28%, 0%, 53%, 45% | HSV: 92°, 53%, 55%. Copy any format from the conversion table above.
What colors go well with #648B41?
The complementary color is HSL(272, 36%, 40%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 36%, 40%) in CSS?
As HSL: color: hsl(92, 36%, 40%); — As HEX: color: #648B41; — As RGB: color: rgb(100, 139, 65); — Tailwind CSS: bg-[hsl(92,36%,40%)] — CSS variable: --color-primary: hsl(92, 36%, 40%);