Shades of Verdun Green #555610
Tints of Verdun Green #555610
RGB
CMYK
RGB Variations
Color information
#555610 (or 0x555610) is known color: Verdun Green. HEX triplet: 55, 56 and 10. RGB value is (85,86,16). Sum of RGB (Red+Green+Blue) = 85+86+16=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #555610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555610 is #AAA9EF. Grayscale: #4E4E4E. Windows color (decimal): -11184624 or 1070677. OLE color: 1070677.
HSL color Cylindrical-coordinate representation of color #555610: hue angle of 60.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #555610 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 86 | 16 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.66 |
| HSL | 60.86º | 0.69% | 0.2% | - |
| HSV(B) | 60.86º | 0.81% | 0.34% | - |
| XYZ | 7.17 | 8.62 | 1.78 | - |
| YUV | 77.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 16 | 0.01 | 0 | 0.81 | 0.66 | 60.86 | 0.69 | 0.2 |
| Hex | 55 | 56 | 10 | 1 | 0 | 51 | 42 | 3D | 45 | 14 |
| Octal | 125 | 126 | 20 | 1 | 0 | 121 | 102 | 75 | 105 | 24 |
| Binary | 1010101 | 1010110 | 10000 | 1 | 0 | 1010001 | 1000010 | 111101 | 1000101 | 10100 |
Color Harmonies of #555610
Complementary color
Monochromatic Colors of #555610
Black with #555610
Text Example
Text Example
White with #555610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555610; }
p { color: rgb(85,86,16); }
H1.HeaderClassName
{
color: #555610;
}
.AnyTagClassName
{
color: #555610;
}
</style>
background-color css
<style>
a { background-color: #555610; }
a { background-color: rgb(85,86,16); }
div.DivClassName
{
background-color: #555610;
}
.BgClassName
{
background-color: #555610;
}
</style>
border-color css
<style>
span { border-color: #555610; }
span { border-color: rgb(85,86,16); }
td.TdClassName
{
border-color: #555610;
}
.TagClassName
{
border-color: #555610;
}
</style>