Shades of Verdun Green #565302
Tints of Verdun Green #565302
RGB
CMYK
RGB Variations
Color information
#565302 (or 0x565302) is known color: Verdun Green. HEX triplet: 56, 53 and 02. RGB value is (86,83,2). Sum of RGB (Red+Green+Blue) = 86+83+2=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #565302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565302 is #A9ACFD. Grayscale: #4A4A4A. Windows color (decimal): -11119870 or 152406. OLE color: 152406.
HSL color Cylindrical-coordinate representation of color #565302: hue angle of 57.86º 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 #565302 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 83 | 2 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.66 |
| HSL | 57.86º | 0.95% | 0.17% | - |
| HSV(B) | 57.86º | 0.98% | 0.34% | - |
| XYZ | 6.94 | 8.17 | 1.27 | - |
| YUV | 74.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 2 | 0 | 0.03 | 0.98 | 0.66 | 57.86 | 0.95 | 0.17 |
| Hex | 56 | 53 | 2 | 0 | 3 | 62 | 42 | 3A | 5F | 11 |
| Octal | 126 | 123 | 2 | 0 | 3 | 142 | 102 | 72 | 137 | 21 |
| Binary | 1010110 | 1010011 | 10 | 0 | 11 | 1100010 | 1000010 | 111010 | 1011111 | 10001 |
Color Harmonies of #565302
Complementary color
Monochromatic Colors of #565302
Black with #565302
Text Example
Text Example
White with #565302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565302; }
p { color: rgb(86,83,2); }
H1.HeaderClassName
{
color: #565302;
}
.AnyTagClassName
{
color: #565302;
}
</style>
background-color css
<style>
a { background-color: #565302; }
a { background-color: rgb(86,83,2); }
div.DivClassName
{
background-color: #565302;
}
.BgClassName
{
background-color: #565302;
}
</style>
border-color css
<style>
span { border-color: #565302; }
span { border-color: rgb(86,83,2); }
td.TdClassName
{
border-color: #565302;
}
.TagClassName
{
border-color: #565302;
}
</style>