What is the HSL code for swamp?
The CSS color swamp in HSL format is hsl(81.1, 39.4%, 36.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use swamp in CSS?
To apply swamp in CSS:
- Text color: color: hsl(81.1, 39.4%, 36.9%);
- Background: background-color: hsl(81.1, 39.4%, 36.9%);
- Border: border-color: hsl(81.1, 39.4%, 36.9%);
What are all the color format values for swamp?
| Format | Value |
|---|---|
| HEX | #698339 |
| RGB | rgb(105, 131, 57) |
| HSL | hsl(81.1, 39.4%, 36.9%) |
| CMYK | cmyk(19.8%, 0%, 56.5%, 48.6%) |
How do I convert swamp to HSL?
Select swamp from the color name list in our color converter. The HSL value — hsl(81.1, 39.4%, 36.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does swamp belong to?
swamp belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 81.1°, saturation 39.4%, lightness 36.9%.
How do I create lighter and darker shades of swamp?
Lighter variant (lightness 51.9%): #93b554. Darker variant (lightness 21.9%): #3e4e22. 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.