Shades of Verdun Green #555106
Tints of Verdun Green #555106
RGB
CMYK
RGB Variations
Color information
#555106 (or 0x555106) is known color: Verdun Green. HEX triplet: 55, 51 and 06. RGB value is (85,81,6). Sum of RGB (Red+Green+Blue) = 85+81+6=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #555106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555106 is #AAAEF9. Grayscale: #494949. Windows color (decimal): -11185914 or 414037. OLE color: 414037.
HSL color Cylindrical-coordinate representation of color #555106: hue angle of 56.96º 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 #555106 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 6 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.67 |
| HSL | 56.96º | 0.87% | 0.18% | - |
| HSV(B) | 56.96º | 0.93% | 0.33% | - |
| XYZ | 6.72 | 7.83 | 1.33 | - |
| YUV | 73.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 6 | 0 | 0.05 | 0.93 | 0.67 | 56.96 | 0.87 | 0.18 |
| Hex | 55 | 51 | 6 | 0 | 5 | 5D | 43 | 39 | 57 | 12 |
| Octal | 125 | 121 | 6 | 0 | 5 | 135 | 103 | 71 | 127 | 22 |
| Binary | 1010101 | 1010001 | 110 | 0 | 101 | 1011101 | 1000011 | 111001 | 1010111 | 10010 |
Color Harmonies of #555106
Complementary color
Monochromatic Colors of #555106
Black with #555106
Text Example
Text Example
White with #555106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555106; }
p { color: rgb(85,81,6); }
H1.HeaderClassName
{
color: #555106;
}
.AnyTagClassName
{
color: #555106;
}
</style>
background-color css
<style>
a { background-color: #555106; }
a { background-color: rgb(85,81,6); }
div.DivClassName
{
background-color: #555106;
}
.BgClassName
{
background-color: #555106;
}
</style>
border-color css
<style>
span { border-color: #555106; }
span { border-color: rgb(85,81,6); }
td.TdClassName
{
border-color: #555106;
}
.TagClassName
{
border-color: #555106;
}
</style>