Shades of Swamp #051F20
Tints of Swamp #051F20
RGB
CMYK
RGB Variations
Color information
#051F20 (or 0x051F20) is known color: Swamp. HEX triplet: 05, 1F and 20. RGB value is (5,31,32). Sum of RGB (Red+Green+Blue) = 5+31+32=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: blue. Hex color #051F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051F20 is #FAE0DF. Grayscale: #171717. Windows color (decimal): -16441568 or 2105093. OLE color: 2105093.
HSL color Cylindrical-coordinate representation of color #051F20: hue angle of 182.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F20 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 5 | 31 | 32 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.87 |
| HSL | 182.22º | 0.73% | 0.07% | - |
| HSV(B) | 182.22º | 0.84% | 0.13% | - |
| XYZ | 0.81 | 1.12 | 1.54 | - |
| YUV | 23.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 31 | 32 | 0.84 | 0.03 | 0 | 0.87 | 182.22 | 0.73 | 0.07 |
| Hex | 5 | 1F | 20 | 54 | 3 | 0 | 57 | B6 | 49 | 7 |
| Octal | 5 | 37 | 40 | 124 | 3 | 0 | 127 | 266 | 111 | 7 |
| Binary | 101 | 11111 | 100000 | 1010100 | 11 | 0 | 1010111 | 10110110 | 1001001 | 111 |
Color Harmonies of #051F20
Complementary color
Monochromatic Colors of #051F20
Black with #051F20
Text Example
Text Example
White with #051F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051F20; }
p { color: rgb(5,31,32); }
H1.HeaderClassName
{
color: #051F20;
}
.AnyTagClassName
{
color: #051F20;
}
</style>
background-color css
<style>
a { background-color: #051F20; }
a { background-color: rgb(5,31,32); }
div.DivClassName
{
background-color: #051F20;
}
.BgClassName
{
background-color: #051F20;
}
</style>
border-color css
<style>
span { border-color: #051F20; }
span { border-color: rgb(5,31,32); }
td.TdClassName
{
border-color: #051F20;
}
.TagClassName
{
border-color: #051F20;
}
</style>