Shades of Verdun Green #565308
Tints of Verdun Green #565308
RGB
CMYK
RGB Variations
Color information
#565308 (or 0x565308) is known color: Verdun Green. HEX triplet: 56, 53 and 08. RGB value is (86,83,8). Sum of RGB (Red+Green+Blue) = 86+83+8=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #565308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565308 is #A9ACF7. Grayscale: #4B4B4B. Windows color (decimal): -11119864 or 545622. OLE color: 545622.
HSL color Cylindrical-coordinate representation of color #565308: hue angle of 57.69º 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 #565308 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 8 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.66 |
| HSL | 57.69º | 0.83% | 0.18% | - |
| HSV(B) | 57.69º | 0.91% | 0.34% | - |
| XYZ | 6.97 | 8.18 | 1.44 | - |
| YUV | 75.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 8 | 0 | 0.03 | 0.91 | 0.66 | 57.69 | 0.83 | 0.18 |
| Hex | 56 | 53 | 8 | 0 | 3 | 5B | 42 | 3A | 53 | 12 |
| Octal | 126 | 123 | 10 | 0 | 3 | 133 | 102 | 72 | 123 | 22 |
| Binary | 1010110 | 1010011 | 1000 | 0 | 11 | 1011011 | 1000010 | 111010 | 1010011 | 10010 |
Color Harmonies of #565308
Complementary color
Monochromatic Colors of #565308
Black with #565308
Text Example
Text Example
White with #565308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565308; }
p { color: rgb(86,83,8); }
H1.HeaderClassName
{
color: #565308;
}
.AnyTagClassName
{
color: #565308;
}
</style>
background-color css
<style>
a { background-color: #565308; }
a { background-color: rgb(86,83,8); }
div.DivClassName
{
background-color: #565308;
}
.BgClassName
{
background-color: #565308;
}
</style>
border-color css
<style>
span { border-color: #565308; }
span { border-color: rgb(86,83,8); }
td.TdClassName
{
border-color: #565308;
}
.TagClassName
{
border-color: #565308;
}
</style>