Shades of Verdun Green #535610
Tints of Verdun Green #535610
RGB
CMYK
RGB Variations
Color information
#535610 (or 0x535610) is known color: Verdun Green. HEX triplet: 53, 56 and 10. RGB value is (83,86,16). Sum of RGB (Red+Green+Blue) = 83+86+16=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #535610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535610 is #ACA9EF. Grayscale: #4D4D4D. Windows color (decimal): -11315696 or 1070675. OLE color: 1070675.
HSL color Cylindrical-coordinate representation of color #535610: hue angle of 62.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #535610 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 16 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.66 |
| HSL | 62.57º | 0.69% | 0.2% | - |
| HSV(B) | 62.57º | 0.81% | 0.34% | - |
| XYZ | 6.99 | 8.53 | 1.77 | - |
| YUV | 77.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 16 | 0.03 | 0 | 0.81 | 0.66 | 62.57 | 0.69 | 0.2 |
| Hex | 53 | 56 | 10 | 3 | 0 | 51 | 42 | 3F | 45 | 14 |
| Octal | 123 | 126 | 20 | 3 | 0 | 121 | 102 | 77 | 105 | 24 |
| Binary | 1010011 | 1010110 | 10000 | 11 | 0 | 1010001 | 1000010 | 111111 | 1000101 | 10100 |
Color Harmonies of #535610
Complementary color
Monochromatic Colors of #535610
Black with #535610
Text Example
Text Example
White with #535610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535610; }
p { color: rgb(83,86,16); }
H1.HeaderClassName
{
color: #535610;
}
.AnyTagClassName
{
color: #535610;
}
</style>
background-color css
<style>
a { background-color: #535610; }
a { background-color: rgb(83,86,16); }
div.DivClassName
{
background-color: #535610;
}
.BgClassName
{
background-color: #535610;
}
</style>
border-color css
<style>
span { border-color: #535610; }
span { border-color: rgb(83,86,16); }
td.TdClassName
{
border-color: #535610;
}
.TagClassName
{
border-color: #535610;
}
</style>