Shades of Verdun Green #565000
Tints of Verdun Green #565000
RGB
CMYK
RGB Variations
Color information
#565000 (or 0x565000) is known color: Verdun Green. HEX triplet: 56, 50 and 00. RGB value is (86,80,0). Sum of RGB (Red+Green+Blue) = 86+80+0=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #565000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565000 is #A9AFFF. Grayscale: #494949. Windows color (decimal): -11120640 or 20566. OLE color: 20566.
HSL color Cylindrical-coordinate representation of color #565000: hue angle of 55.81º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #565000 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 80 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.66 |
| HSL | 55.81º | 1% | 0.17% | - |
| HSV(B) | 55.81º | 1% | 0.34% | - |
| XYZ | 6.71 | 7.72 | 1.14 | - |
| YUV | 72.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 0 | 0 | 0.07 | 1 | 0.66 | 55.81 | 1 | 0.17 |
| Hex | 56 | 50 | 0 | 0 | 7 | 64 | 42 | 38 | 64 | 11 |
| Octal | 126 | 120 | 0 | 0 | 7 | 144 | 102 | 70 | 144 | 21 |
| Binary | 1010110 | 1010000 | 0 | 0 | 111 | 1100100 | 1000010 | 111000 | 1100100 | 10001 |
Color Harmonies of #565000
Complementary color
Monochromatic Colors of #565000
Black with #565000
Text Example
Text Example
White with #565000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565000; }
p { color: rgb(86,80,0); }
H1.HeaderClassName
{
color: #565000;
}
.AnyTagClassName
{
color: #565000;
}
</style>
background-color css
<style>
a { background-color: #565000; }
a { background-color: rgb(86,80,0); }
div.DivClassName
{
background-color: #565000;
}
.BgClassName
{
background-color: #565000;
}
</style>
border-color css
<style>
span { border-color: #565000; }
span { border-color: rgb(86,80,0); }
td.TdClassName
{
border-color: #565000;
}
.TagClassName
{
border-color: #565000;
}
</style>