Shades of Verdun Green #556000
Tints of Verdun Green #556000
RGB
CMYK
RGB Variations
Color information
#556000 (or 0x556000) is known color: Verdun Green. HEX triplet: 55, 60 and 00. RGB value is (85,96,0). Sum of RGB (Red+Green+Blue) = 85+96+0=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #556000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556000 is #AA9FFF. Grayscale: #525252. Windows color (decimal): -11182080 or 24661. OLE color: 24661.
HSL color Cylindrical-coordinate representation of color #556000: hue angle of 66.87º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #556000 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.62 |
| HSL | 66.87º | 1% | 0.19% | - |
| HSV(B) | 66.87º | 1% | 0.38% | - |
| XYZ | 7.93 | 10.3 | 1.57 | - |
| YUV | 81.77 | 81.86 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 0 | 0.11 | 0 | 1 | 0.62 | 66.87 | 1 | 0.19 |
| Hex | 55 | 60 | 0 | B | 0 | 64 | 3E | 43 | 64 | 13 |
| Octal | 125 | 140 | 0 | 13 | 0 | 144 | 76 | 103 | 144 | 23 |
| Binary | 1010101 | 1100000 | 0 | 1011 | 0 | 1100100 | 111110 | 1000011 | 1100100 | 10011 |
Color Harmonies of #556000
Complementary color
Monochromatic Colors of #556000
Black with #556000
Text Example
Text Example
White with #556000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556000; }
p { color: rgb(85,96,0); }
H1.HeaderClassName
{
color: #556000;
}
.AnyTagClassName
{
color: #556000;
}
</style>
background-color css
<style>
a { background-color: #556000; }
a { background-color: rgb(85,96,0); }
div.DivClassName
{
background-color: #556000;
}
.BgClassName
{
background-color: #556000;
}
</style>
border-color css
<style>
span { border-color: #556000; }
span { border-color: rgb(85,96,0); }
td.TdClassName
{
border-color: #556000;
}
.TagClassName
{
border-color: #556000;
}
</style>