Shades of Verdun Green #556001
Tints of Verdun Green #556001
RGB
CMYK
RGB Variations
Color information
#556001 (or 0x556001) is known color: Verdun Green. HEX triplet: 55, 60 and 01. RGB value is (85,96,1). Sum of RGB (Red+Green+Blue) = 85+96+1=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #556001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556001 is #AA9FFE. Grayscale: #525252. Windows color (decimal): -11182079 or 90197. OLE color: 90197.
HSL color Cylindrical-coordinate representation of color #556001: hue angle of 66.95º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #556001 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.62 |
| HSL | 66.95º | 0.98% | 0.19% | - |
| HSV(B) | 66.95º | 0.99% | 0.38% | - |
| XYZ | 7.93 | 10.3 | 1.6 | - |
| YUV | 81.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 1 | 0.11 | 0 | 0.99 | 0.62 | 66.95 | 0.98 | 0.19 |
| Hex | 55 | 60 | 1 | B | 0 | 63 | 3E | 43 | 62 | 13 |
| Octal | 125 | 140 | 1 | 13 | 0 | 143 | 76 | 103 | 142 | 23 |
| Binary | 1010101 | 1100000 | 1 | 1011 | 0 | 1100011 | 111110 | 1000011 | 1100010 | 10011 |
Color Harmonies of #556001
Complementary color
Monochromatic Colors of #556001
Black with #556001
Text Example
Text Example
White with #556001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556001; }
p { color: rgb(85,96,1); }
H1.HeaderClassName
{
color: #556001;
}
.AnyTagClassName
{
color: #556001;
}
</style>
background-color css
<style>
a { background-color: #556001; }
a { background-color: rgb(85,96,1); }
div.DivClassName
{
background-color: #556001;
}
.BgClassName
{
background-color: #556001;
}
</style>
border-color css
<style>
span { border-color: #556001; }
span { border-color: rgb(85,96,1); }
td.TdClassName
{
border-color: #556001;
}
.TagClassName
{
border-color: #556001;
}
</style>