Shades of Verdun Green #555205
Tints of Verdun Green #555205
RGB
CMYK
RGB Variations
Color information
#555205 (or 0x555205) is known color: Verdun Green. HEX triplet: 55, 52 and 05. RGB value is (85,82,5). Sum of RGB (Red+Green+Blue) = 85+82+5=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #555205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555205 is #AAADFA. Grayscale: #4A4A4A. Windows color (decimal): -11185659 or 348757. OLE color: 348757.
HSL color Cylindrical-coordinate representation of color #555205: hue angle of 57.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #555205 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 5 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.67 |
| HSL | 57.75º | 0.89% | 0.18% | - |
| HSV(B) | 57.75º | 0.94% | 0.33% | - |
| XYZ | 6.79 | 7.98 | 1.33 | - |
| YUV | 74.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 5 | 0 | 0.04 | 0.94 | 0.67 | 57.75 | 0.89 | 0.18 |
| Hex | 55 | 52 | 5 | 0 | 4 | 5E | 43 | 3A | 59 | 12 |
| Octal | 125 | 122 | 5 | 0 | 4 | 136 | 103 | 72 | 131 | 22 |
| Binary | 1010101 | 1010010 | 101 | 0 | 100 | 1011110 | 1000011 | 111010 | 1011001 | 10010 |
Color Harmonies of #555205
Complementary color
Monochromatic Colors of #555205
Black with #555205
Text Example
Text Example
White with #555205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555205; }
p { color: rgb(85,82,5); }
H1.HeaderClassName
{
color: #555205;
}
.AnyTagClassName
{
color: #555205;
}
</style>
background-color css
<style>
a { background-color: #555205; }
a { background-color: rgb(85,82,5); }
div.DivClassName
{
background-color: #555205;
}
.BgClassName
{
background-color: #555205;
}
</style>
border-color css
<style>
span { border-color: #555205; }
span { border-color: rgb(85,82,5); }
td.TdClassName
{
border-color: #555205;
}
.TagClassName
{
border-color: #555205;
}
</style>