What is the HSL code for camo green?
The CSS color camo green in HSL format is hsl(77.8, 46.4%, 27.1%). Use this value directly in CSS, SVG, and most design tools.
How do I use camo green in CSS?
To apply camo green in CSS:
- Text color: color: hsl(77.8, 46.4%, 27.1%);
- Background: background-color: hsl(77.8, 46.4%, 27.1%);
- Border: border-color: hsl(77.8, 46.4%, 27.1%);
What are all the color format values for camo green?
| Format | Value |
|---|---|
| HEX | #526525 |
| RGB | rgb(82, 101, 37) |
| HSL | hsl(77.8, 46.4%, 27.1%) |
| CMYK | cmyk(18.8%, 0%, 63.4%, 60.4%) |
How do I convert camo green to HSL?
Select camo green from the color name list in our color converter. The HSL value — hsl(77.8, 46.4%, 27.1%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does camo green belong to?
camo green belongs to the green color family. It is a dark, moderately saturated color with HSL values: hue 77.8°, saturation 46.4%, lightness 27.1%.
How do I create lighter and darker shades of camo green?
Lighter variant (lightness 42.1%): #809d3a. Darker variant (lightness 12.100000000000001%): #252d11. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.