Shades of Verdun Green #565507
Tints of Verdun Green #565507
RGB
CMYK
RGB Variations
Color information
#565507 (or 0x565507) is known color: Verdun Green. HEX triplet: 56, 55 and 07. RGB value is (86,85,7). Sum of RGB (Red+Green+Blue) = 86+85+7=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #565507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565507 is #A9AAF8. Grayscale: #4C4C4C. Windows color (decimal): -11119353 or 480598. OLE color: 480598.
HSL color Cylindrical-coordinate representation of color #565507: hue angle of 59.24º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #565507 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 7 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.66 |
| HSL | 59.24º | 0.85% | 0.18% | - |
| HSV(B) | 59.24º | 0.92% | 0.34% | - |
| XYZ | 7.12 | 8.49 | 1.46 | - |
| YUV | 76.41 | 88.83 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 7 | 0 | 0.01 | 0.92 | 0.66 | 59.24 | 0.85 | 0.18 |
| Hex | 56 | 55 | 7 | 0 | 1 | 5C | 42 | 3B | 55 | 12 |
| Octal | 126 | 125 | 7 | 0 | 1 | 134 | 102 | 73 | 125 | 22 |
| Binary | 1010110 | 1010101 | 111 | 0 | 1 | 1011100 | 1000010 | 111011 | 1010101 | 10010 |
Color Harmonies of #565507
Complementary color
Monochromatic Colors of #565507
Black with #565507
Text Example
Text Example
White with #565507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565507; }
p { color: rgb(86,85,7); }
H1.HeaderClassName
{
color: #565507;
}
.AnyTagClassName
{
color: #565507;
}
</style>
background-color css
<style>
a { background-color: #565507; }
a { background-color: rgb(86,85,7); }
div.DivClassName
{
background-color: #565507;
}
.BgClassName
{
background-color: #565507;
}
</style>
border-color css
<style>
span { border-color: #565507; }
span { border-color: rgb(86,85,7); }
td.TdClassName
{
border-color: #565507;
}
.TagClassName
{
border-color: #565507;
}
</style>