Shades of Verdun Green #556704
Tints of Verdun Green #556704
RGB
CMYK
RGB Variations
Color information
#556704 (or 0x556704) is known color: Verdun Green. HEX triplet: 55, 67 and 04. RGB value is (85,103,4). Sum of RGB (Red+Green+Blue) = 85+103+4=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 103 (40.62% from 255 or 53.65% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 103 - color contains mainly: green. Hex color #556704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556704 is #AA98FB. Grayscale: #565656. Windows color (decimal): -11180284 or 288597. OLE color: 288597.
HSL color Cylindrical-coordinate representation of color #556704: hue angle of 70.91º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #556704 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 4 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.60 |
| HSL | 70.91º | 0.93% | 0.21% | - |
| HSV(B) | 70.91º | 0.96% | 0.4% | - |
| XYZ | 8.62 | 11.64 | 1.91 | - |
| YUV | 86.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 4 | 0.17 | 0 | 0.96 | 0.60 | 70.91 | 0.93 | 0.21 |
| Hex | 55 | 67 | 4 | 11 | 0 | 60 | 3C | 47 | 5D | 15 |
| Octal | 125 | 147 | 4 | 21 | 0 | 140 | 74 | 107 | 135 | 25 |
| Binary | 1010101 | 1100111 | 100 | 10001 | 0 | 1100000 | 111100 | 1000111 | 1011101 | 10101 |
Color Harmonies of #556704
Complementary color
Monochromatic Colors of #556704
Black with #556704
Text Example
Text Example
White with #556704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556704; }
p { color: rgb(85,103,4); }
H1.HeaderClassName
{
color: #556704;
}
.AnyTagClassName
{
color: #556704;
}
</style>
background-color css
<style>
a { background-color: #556704; }
a { background-color: rgb(85,103,4); }
div.DivClassName
{
background-color: #556704;
}
.BgClassName
{
background-color: #556704;
}
</style>
border-color css
<style>
span { border-color: #556704; }
span { border-color: rgb(85,103,4); }
td.TdClassName
{
border-color: #556704;
}
.TagClassName
{
border-color: #556704;
}
</style>