Shades of Verdun Green #565508
Tints of Verdun Green #565508
RGB
CMYK
RGB Variations
Color information
#565508 (or 0x565508) is known color: Verdun Green. HEX triplet: 56, 55 and 08. RGB value is (86,85,8). Sum of RGB (Red+Green+Blue) = 86+85+8=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #565508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565508 is #A9AAF7. Grayscale: #4C4C4C. Windows color (decimal): -11119352 or 546134. OLE color: 546134.
HSL color Cylindrical-coordinate representation of color #565508: hue angle of 59.23º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #565508 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 8 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.66 |
| HSL | 59.23º | 0.83% | 0.18% | - |
| HSV(B) | 59.23º | 0.91% | 0.34% | - |
| XYZ | 7.13 | 8.49 | 1.49 | - |
| YUV | 76.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 8 | 0 | 0.01 | 0.91 | 0.66 | 59.23 | 0.83 | 0.18 |
| Hex | 56 | 55 | 8 | 0 | 1 | 5B | 42 | 3B | 53 | 12 |
| Octal | 126 | 125 | 10 | 0 | 1 | 133 | 102 | 73 | 123 | 22 |
| Binary | 1010110 | 1010101 | 1000 | 0 | 1 | 1011011 | 1000010 | 111011 | 1010011 | 10010 |
Color Harmonies of #565508
Complementary color
Monochromatic Colors of #565508
Black with #565508
Text Example
Text Example
White with #565508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565508; }
p { color: rgb(86,85,8); }
H1.HeaderClassName
{
color: #565508;
}
.AnyTagClassName
{
color: #565508;
}
</style>
background-color css
<style>
a { background-color: #565508; }
a { background-color: rgb(86,85,8); }
div.DivClassName
{
background-color: #565508;
}
.BgClassName
{
background-color: #565508;
}
</style>
border-color css
<style>
span { border-color: #565508; }
span { border-color: rgb(86,85,8); }
td.TdClassName
{
border-color: #565508;
}
.TagClassName
{
border-color: #565508;
}
</style>