What is the RGB code for swamp?
The CSS color swamp in RGB format is rgb(105, 131, 57). 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: rgb(105, 131, 57);
- Background: background-color: rgb(105, 131, 57);
- Border: border-color: rgb(105, 131, 57);
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 RGB?
Select swamp from the color name list in our color converter. The RGB value — rgb(105, 131, 57) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.