Shades of Verdun Green #535805
Tints of Verdun Green #535805
RGB
CMYK
RGB Variations
Color information
#535805 (or 0x535805) is known color: Verdun Green. HEX triplet: 53, 58 and 05. RGB value is (83,88,5). Sum of RGB (Red+Green+Blue) = 83+88+5=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #535805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535805 is #ACA7FA. Grayscale: #4D4D4D. Windows color (decimal): -11315195 or 350291. OLE color: 350291.
HSL color Cylindrical-coordinate representation of color #535805: hue angle of 63.61º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #535805 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 5 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.65 |
| HSL | 63.61º | 0.89% | 0.18% | - |
| HSV(B) | 63.61º | 0.94% | 0.35% | - |
| XYZ | 7.08 | 8.83 | 1.47 | - |
| YUV | 77.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 5 | 0.06 | 0 | 0.94 | 0.65 | 63.61 | 0.89 | 0.18 |
| Hex | 53 | 58 | 5 | 6 | 0 | 5E | 41 | 40 | 59 | 12 |
| Octal | 123 | 130 | 5 | 6 | 0 | 136 | 101 | 100 | 131 | 22 |
| Binary | 1010011 | 1011000 | 101 | 110 | 0 | 1011110 | 1000001 | 1000000 | 1011001 | 10010 |
Color Harmonies of #535805
Complementary color
Monochromatic Colors of #535805
Black with #535805
Text Example
Text Example
White with #535805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535805; }
p { color: rgb(83,88,5); }
H1.HeaderClassName
{
color: #535805;
}
.AnyTagClassName
{
color: #535805;
}
</style>
background-color css
<style>
a { background-color: #535805; }
a { background-color: rgb(83,88,5); }
div.DivClassName
{
background-color: #535805;
}
.BgClassName
{
background-color: #535805;
}
</style>
border-color css
<style>
span { border-color: #535805; }
span { border-color: rgb(83,88,5); }
td.TdClassName
{
border-color: #535805;
}
.TagClassName
{
border-color: #535805;
}
</style>