Shades of Verdun Green #565404
Tints of Verdun Green #565404
RGB
CMYK
RGB Variations
Color information
#565404 (or 0x565404) is known color: Verdun Green. HEX triplet: 56, 54 and 04. RGB value is (86,84,4). Sum of RGB (Red+Green+Blue) = 86+84+4=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #565404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565404 is #A9ABFB. Grayscale: #4B4B4B. Windows color (decimal): -11119612 or 283734. OLE color: 283734.
HSL color Cylindrical-coordinate representation of color #565404: hue angle of 58.54º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #565404 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 4 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.66 |
| HSL | 58.54º | 0.91% | 0.18% | - |
| HSV(B) | 58.54º | 0.95% | 0.34% | - |
| XYZ | 7.03 | 8.33 | 1.35 | - |
| YUV | 75.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 4 | 0 | 0.02 | 0.95 | 0.66 | 58.54 | 0.91 | 0.18 |
| Hex | 56 | 54 | 4 | 0 | 2 | 5F | 42 | 3B | 5B | 12 |
| Octal | 126 | 124 | 4 | 0 | 2 | 137 | 102 | 73 | 133 | 22 |
| Binary | 1010110 | 1010100 | 100 | 0 | 10 | 1011111 | 1000010 | 111011 | 1011011 | 10010 |
Color Harmonies of #565404
Complementary color
Monochromatic Colors of #565404
Black with #565404
Text Example
Text Example
White with #565404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565404; }
p { color: rgb(86,84,4); }
H1.HeaderClassName
{
color: #565404;
}
.AnyTagClassName
{
color: #565404;
}
</style>
background-color css
<style>
a { background-color: #565404; }
a { background-color: rgb(86,84,4); }
div.DivClassName
{
background-color: #565404;
}
.BgClassName
{
background-color: #565404;
}
</style>
border-color css
<style>
span { border-color: #565404; }
span { border-color: rgb(86,84,4); }
td.TdClassName
{
border-color: #565404;
}
.TagClassName
{
border-color: #565404;
}
</style>