Shades of Verdun Green #556404
Tints of Verdun Green #556404
RGB
CMYK
RGB Variations
Color information
#556404 (or 0x556404) is known color: Verdun Green. HEX triplet: 55, 64 and 04. RGB value is (85,100,4). Sum of RGB (Red+Green+Blue) = 85+100+4=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #556404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556404 is #AA9BFB. Grayscale: #545454. Windows color (decimal): -11181052 or 287829. OLE color: 287829.
HSL color Cylindrical-coordinate representation of color #556404: hue angle of 69.38º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #556404 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 4 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.61 |
| HSL | 69.38º | 0.92% | 0.2% | - |
| HSV(B) | 69.38º | 0.96% | 0.39% | - |
| XYZ | 8.33 | 11.05 | 1.81 | - |
| YUV | 84.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 4 | 0.15 | 0 | 0.96 | 0.61 | 69.38 | 0.92 | 0.2 |
| Hex | 55 | 64 | 4 | F | 0 | 60 | 3D | 45 | 5C | 14 |
| Octal | 125 | 144 | 4 | 17 | 0 | 140 | 75 | 105 | 134 | 24 |
| Binary | 1010101 | 1100100 | 100 | 1111 | 0 | 1100000 | 111101 | 1000101 | 1011100 | 10100 |
Color Harmonies of #556404
Complementary color
Monochromatic Colors of #556404
Black with #556404
Text Example
Text Example
White with #556404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556404; }
p { color: rgb(85,100,4); }
H1.HeaderClassName
{
color: #556404;
}
.AnyTagClassName
{
color: #556404;
}
</style>
background-color css
<style>
a { background-color: #556404; }
a { background-color: rgb(85,100,4); }
div.DivClassName
{
background-color: #556404;
}
.BgClassName
{
background-color: #556404;
}
</style>
border-color css
<style>
span { border-color: #556404; }
span { border-color: rgb(85,100,4); }
td.TdClassName
{
border-color: #556404;
}
.TagClassName
{
border-color: #556404;
}
</style>