Shades of Verdun Green #565102
Tints of Verdun Green #565102
RGB
CMYK
RGB Variations
Color information
#565102 (or 0x565102) is known color: Verdun Green. HEX triplet: 56, 51 and 02. RGB value is (86,81,2). Sum of RGB (Red+Green+Blue) = 86+81+2=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #565102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565102 is #A9AEFD. Grayscale: #494949. Windows color (decimal): -11120382 or 151894. OLE color: 151894.
HSL color Cylindrical-coordinate representation of color #565102: hue angle of 56.43º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #565102 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.66 |
| HSL | 56.43º | 0.95% | 0.17% | - |
| HSV(B) | 56.43º | 0.98% | 0.34% | - |
| XYZ | 6.79 | 7.87 | 1.22 | - |
| YUV | 73.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 2 | 0 | 0.06 | 0.98 | 0.66 | 56.43 | 0.95 | 0.17 |
| Hex | 56 | 51 | 2 | 0 | 6 | 62 | 42 | 38 | 5F | 11 |
| Octal | 126 | 121 | 2 | 0 | 6 | 142 | 102 | 70 | 137 | 21 |
| Binary | 1010110 | 1010001 | 10 | 0 | 110 | 1100010 | 1000010 | 111000 | 1011111 | 10001 |
Color Harmonies of #565102
Complementary color
Monochromatic Colors of #565102
Black with #565102
Text Example
Text Example
White with #565102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565102; }
p { color: rgb(86,81,2); }
H1.HeaderClassName
{
color: #565102;
}
.AnyTagClassName
{
color: #565102;
}
</style>
background-color css
<style>
a { background-color: #565102; }
a { background-color: rgb(86,81,2); }
div.DivClassName
{
background-color: #565102;
}
.BgClassName
{
background-color: #565102;
}
</style>
border-color css
<style>
span { border-color: #565102; }
span { border-color: rgb(86,81,2); }
td.TdClassName
{
border-color: #565102;
}
.TagClassName
{
border-color: #565102;
}
</style>