Shades of Verdun Green #555206
Tints of Verdun Green #555206
RGB
CMYK
RGB Variations
Color information
#555206 (or 0x555206) is known color: Verdun Green. HEX triplet: 55, 52 and 06. RGB value is (85,82,6). Sum of RGB (Red+Green+Blue) = 85+82+6=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #555206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555206 is #AAADF9. Grayscale: #4A4A4A. Windows color (decimal): -11185658 or 414293. OLE color: 414293.
HSL color Cylindrical-coordinate representation of color #555206: hue angle of 57.72º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #555206 is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 82 | 6 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.67 |
| HSL | 57.72º | 0.87% | 0.18% | - |
| HSV(B) | 57.72º | 0.93% | 0.33% | - |
| XYZ | 6.8 | 7.98 | 1.35 | - |
| YUV | 74.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 82 | 6 | 0 | 0.04 | 0.93 | 0.67 | 57.72 | 0.87 | 0.18 |
| Hex | 55 | 52 | 6 | 0 | 4 | 5D | 43 | 3A | 57 | 12 |
| Octal | 125 | 122 | 6 | 0 | 4 | 135 | 103 | 72 | 127 | 22 |
| Binary | 1010101 | 1010010 | 110 | 0 | 100 | 1011101 | 1000011 | 111010 | 1010111 | 10010 |
Color Harmonies of #555206
Complementary color
Monochromatic Colors of #555206
Black with #555206
Text Example
Text Example
White with #555206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555206; }
p { color: rgb(85,82,6); }
H1.HeaderClassName
{
color: #555206;
}
.AnyTagClassName
{
color: #555206;
}
</style>
background-color css
<style>
a { background-color: #555206; }
a { background-color: rgb(85,82,6); }
div.DivClassName
{
background-color: #555206;
}
.BgClassName
{
background-color: #555206;
}
</style>
border-color css
<style>
span { border-color: #555206; }
span { border-color: rgb(85,82,6); }
td.TdClassName
{
border-color: #555206;
}
.TagClassName
{
border-color: #555206;
}
</style>