Shades of Verdun Green #535607
Tints of Verdun Green #535607
RGB
CMYK
RGB Variations
Color information
#535607 (or 0x535607) is known color: Verdun Green. HEX triplet: 53, 56 and 07. RGB value is (83,86,7). Sum of RGB (Red+Green+Blue) = 83+86+7=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 86 - color contains mainly: green. Hex color #535607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535607 is #ACA9F8. Grayscale: #4C4C4C. Windows color (decimal): -11315705 or 480851. OLE color: 480851.
HSL color Cylindrical-coordinate representation of color #535607: hue angle of 62.28º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #535607 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 7 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.66 |
| HSL | 62.28º | 0.85% | 0.18% | - |
| HSV(B) | 62.28º | 0.92% | 0.34% | - |
| XYZ | 6.93 | 8.51 | 1.48 | - |
| YUV | 76.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 7 | 0.03 | 0 | 0.92 | 0.66 | 62.28 | 0.85 | 0.18 |
| Hex | 53 | 56 | 7 | 3 | 0 | 5C | 42 | 3E | 55 | 12 |
| Octal | 123 | 126 | 7 | 3 | 0 | 134 | 102 | 76 | 125 | 22 |
| Binary | 1010011 | 1010110 | 111 | 11 | 0 | 1011100 | 1000010 | 111110 | 1010101 | 10010 |
Color Harmonies of #535607
Complementary color
Monochromatic Colors of #535607
Black with #535607
Text Example
Text Example
White with #535607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535607; }
p { color: rgb(83,86,7); }
H1.HeaderClassName
{
color: #535607;
}
.AnyTagClassName
{
color: #535607;
}
</style>
background-color css
<style>
a { background-color: #535607; }
a { background-color: rgb(83,86,7); }
div.DivClassName
{
background-color: #535607;
}
.BgClassName
{
background-color: #535607;
}
</style>
border-color css
<style>
span { border-color: #535607; }
span { border-color: rgb(83,86,7); }
td.TdClassName
{
border-color: #535607;
}
.TagClassName
{
border-color: #535607;
}
</style>