Shades of Verdun Green #556007
Tints of Verdun Green #556007
RGB
CMYK
RGB Variations
Color information
#556007 (or 0x556007) is known color: Verdun Green. HEX triplet: 55, 60 and 07. RGB value is (85,96,7). Sum of RGB (Red+Green+Blue) = 85+96+7=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #556007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556007 is #AA9FF8. Grayscale: #525252. Windows color (decimal): -11182073 or 483413. OLE color: 483413.
HSL color Cylindrical-coordinate representation of color #556007: hue angle of 67.42º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #556007 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 7 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.62 |
| HSL | 67.42º | 0.86% | 0.2% | - |
| HSV(B) | 67.42º | 0.93% | 0.38% | - |
| XYZ | 7.97 | 10.31 | 1.77 | - |
| YUV | 82.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 7 | 0.11 | 0 | 0.93 | 0.62 | 67.42 | 0.86 | 0.2 |
| Hex | 55 | 60 | 7 | B | 0 | 5D | 3E | 43 | 56 | 14 |
| Octal | 125 | 140 | 7 | 13 | 0 | 135 | 76 | 103 | 126 | 24 |
| Binary | 1010101 | 1100000 | 111 | 1011 | 0 | 1011101 | 111110 | 1000011 | 1010110 | 10100 |
Color Harmonies of #556007
Complementary color
Monochromatic Colors of #556007
Black with #556007
Text Example
Text Example
White with #556007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556007; }
p { color: rgb(85,96,7); }
H1.HeaderClassName
{
color: #556007;
}
.AnyTagClassName
{
color: #556007;
}
</style>
background-color css
<style>
a { background-color: #556007; }
a { background-color: rgb(85,96,7); }
div.DivClassName
{
background-color: #556007;
}
.BgClassName
{
background-color: #556007;
}
</style>
border-color css
<style>
span { border-color: #556007; }
span { border-color: rgb(85,96,7); }
td.TdClassName
{
border-color: #556007;
}
.TagClassName
{
border-color: #556007;
}
</style>