Shades of Verdun Green #565E10
Tints of Verdun Green #565E10
RGB
CMYK
RGB Variations
Color information
#565E10 (or 0x565E10) is known color: Verdun Green. HEX triplet: 56, 5E and 10. RGB value is (86,94,16). Sum of RGB (Red+Green+Blue) = 86+94+16=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 94 (37.11% from 255 or 47.96% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 94 - color contains mainly: green. Hex color #565E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565E10 is #A9A1EF. Grayscale: #535353. Windows color (decimal): -11117040 or 1072726. OLE color: 1072726.
HSL color Cylindrical-coordinate representation of color #565E10: hue angle of 66.15º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #565E10 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 94 | 16 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.63 |
| HSL | 66.15º | 0.71% | 0.22% | - |
| HSV(B) | 66.15º | 0.83% | 0.37% | - |
| XYZ | 7.93 | 10.02 | 2.01 | - |
| YUV | 82.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 16 | 0.09 | 0 | 0.83 | 0.63 | 66.15 | 0.71 | 0.22 |
| Hex | 56 | 5E | 10 | 9 | 0 | 53 | 3F | 42 | 47 | 16 |
| Octal | 126 | 136 | 20 | 11 | 0 | 123 | 77 | 102 | 107 | 26 |
| Binary | 1010110 | 1011110 | 10000 | 1001 | 0 | 1010011 | 111111 | 1000010 | 1000111 | 10110 |
Color Harmonies of #565E10
Complementary color
Monochromatic Colors of #565E10
Black with #565E10
Text Example
Text Example
White with #565E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565E10; }
p { color: rgb(86,94,16); }
H1.HeaderClassName
{
color: #565E10;
}
.AnyTagClassName
{
color: #565E10;
}
</style>
background-color css
<style>
a { background-color: #565E10; }
a { background-color: rgb(86,94,16); }
div.DivClassName
{
background-color: #565E10;
}
.BgClassName
{
background-color: #565E10;
}
</style>
border-color css
<style>
span { border-color: #565E10; }
span { border-color: rgb(86,94,16); }
td.TdClassName
{
border-color: #565E10;
}
.TagClassName
{
border-color: #565E10;
}
</style>