Shades of Verdun Green #555810
Tints of Verdun Green #555810
RGB
CMYK
RGB Variations
Color information
#555810 (or 0x555810) is known color: Verdun Green. HEX triplet: 55, 58 and 10. RGB value is (85,88,16). Sum of RGB (Red+Green+Blue) = 85+88+16=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #555810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555810 is #AAA7EF. Grayscale: #4F4F4F. Windows color (decimal): -11184112 or 1071189. OLE color: 1071189.
HSL color Cylindrical-coordinate representation of color #555810: hue angle of 62.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #555810 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 16 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.65 |
| HSL | 62.5º | 0.69% | 0.2% | - |
| HSV(B) | 62.5º | 0.82% | 0.35% | - |
| XYZ | 7.33 | 8.95 | 1.83 | - |
| YUV | 78.9 | 92.51 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 16 | 0.03 | 0 | 0.82 | 0.65 | 62.5 | 0.69 | 0.2 |
| Hex | 55 | 58 | 10 | 3 | 0 | 52 | 41 | 3F | 45 | 14 |
| Octal | 125 | 130 | 20 | 3 | 0 | 122 | 101 | 77 | 105 | 24 |
| Binary | 1010101 | 1011000 | 10000 | 11 | 0 | 1010010 | 1000001 | 111111 | 1000101 | 10100 |
Color Harmonies of #555810
Complementary color
Monochromatic Colors of #555810
Black with #555810
Text Example
Text Example
White with #555810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555810; }
p { color: rgb(85,88,16); }
H1.HeaderClassName
{
color: #555810;
}
.AnyTagClassName
{
color: #555810;
}
</style>
background-color css
<style>
a { background-color: #555810; }
a { background-color: rgb(85,88,16); }
div.DivClassName
{
background-color: #555810;
}
.BgClassName
{
background-color: #555810;
}
</style>
border-color css
<style>
span { border-color: #555810; }
span { border-color: rgb(85,88,16); }
td.TdClassName
{
border-color: #555810;
}
.TagClassName
{
border-color: #555810;
}
</style>