Shades of Verdun Green #565D04
Tints of Verdun Green #565D04
RGB
CMYK
RGB Variations
Color information
#565D04 (or 0x565D04) is known color: Verdun Green. HEX triplet: 56, 5D and 04. RGB value is (86,93,4). Sum of RGB (Red+Green+Blue) = 86+93+4=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #565D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565D04 is #A9A2FB. Grayscale: #515151. Windows color (decimal): -11117308 or 286038. OLE color: 286038.
HSL color Cylindrical-coordinate representation of color #565D04: hue angle of 64.72º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #565D04 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 93 | 4 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.64 |
| HSL | 64.72º | 0.92% | 0.19% | - |
| HSV(B) | 64.72º | 0.96% | 0.36% | - |
| XYZ | 7.77 | 9.82 | 1.6 | - |
| YUV | 80.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 93 | 4 | 0.08 | 0 | 0.96 | 0.64 | 64.72 | 0.92 | 0.19 |
| Hex | 56 | 5D | 4 | 8 | 0 | 60 | 40 | 41 | 5C | 13 |
| Octal | 126 | 135 | 4 | 10 | 0 | 140 | 100 | 101 | 134 | 23 |
| Binary | 1010110 | 1011101 | 100 | 1000 | 0 | 1100000 | 1000000 | 1000001 | 1011100 | 10011 |
Color Harmonies of #565D04
Complementary color
Monochromatic Colors of #565D04
Black with #565D04
Text Example
Text Example
White with #565D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565D04; }
p { color: rgb(86,93,4); }
H1.HeaderClassName
{
color: #565D04;
}
.AnyTagClassName
{
color: #565D04;
}
</style>
background-color css
<style>
a { background-color: #565D04; }
a { background-color: rgb(86,93,4); }
div.DivClassName
{
background-color: #565D04;
}
.BgClassName
{
background-color: #565D04;
}
</style>
border-color css
<style>
span { border-color: #565D04; }
span { border-color: rgb(86,93,4); }
td.TdClassName
{
border-color: #565D04;
}
.TagClassName
{
border-color: #565D04;
}
</style>