Shades of Verdun Green #555910
Tints of Verdun Green #555910
RGB
CMYK
RGB Variations
Color information
#555910 (or 0x555910) is known color: Verdun Green. HEX triplet: 55, 59 and 10. RGB value is (85,89,16). Sum of RGB (Red+Green+Blue) = 85+89+16=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #555910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555910 is #AAA6EF. Grayscale: #4F4F4F. Windows color (decimal): -11183856 or 1071445. OLE color: 1071445.
HSL color Cylindrical-coordinate representation of color #555910: hue angle of 63.29º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #555910 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 16 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.65 |
| HSL | 63.29º | 0.7% | 0.21% | - |
| HSV(B) | 63.29º | 0.82% | 0.35% | - |
| XYZ | 7.41 | 9.11 | 1.86 | - |
| YUV | 79.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 16 | 0.04 | 0 | 0.82 | 0.65 | 63.29 | 0.7 | 0.21 |
| Hex | 55 | 59 | 10 | 4 | 0 | 52 | 41 | 3F | 46 | 15 |
| Octal | 125 | 131 | 20 | 4 | 0 | 122 | 101 | 77 | 106 | 25 |
| Binary | 1010101 | 1011001 | 10000 | 100 | 0 | 1010010 | 1000001 | 111111 | 1000110 | 10101 |
Color Harmonies of #555910
Complementary color
Monochromatic Colors of #555910
Black with #555910
Text Example
Text Example
White with #555910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555910; }
p { color: rgb(85,89,16); }
H1.HeaderClassName
{
color: #555910;
}
.AnyTagClassName
{
color: #555910;
}
</style>
background-color css
<style>
a { background-color: #555910; }
a { background-color: rgb(85,89,16); }
div.DivClassName
{
background-color: #555910;
}
.BgClassName
{
background-color: #555910;
}
</style>
border-color css
<style>
span { border-color: #555910; }
span { border-color: rgb(85,89,16); }
td.TdClassName
{
border-color: #555910;
}
.TagClassName
{
border-color: #555910;
}
</style>