Shades of Verdun Green #535005
Tints of Verdun Green #535005
RGB
CMYK
RGB Variations
Color information
#535005 (or 0x535005) is known color: Verdun Green. HEX triplet: 53, 50 and 05. RGB value is (83,80,5). Sum of RGB (Red+Green+Blue) = 83+80+5=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #535005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535005 is #ACAFFA. Grayscale: #484848. Windows color (decimal): -11317243 or 348243. OLE color: 348243.
HSL color Cylindrical-coordinate representation of color #535005: hue angle of 57.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #535005 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 80 | 5 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.67 |
| HSL | 57.69º | 0.89% | 0.17% | - |
| HSV(B) | 57.69º | 0.94% | 0.33% | - |
| XYZ | 6.46 | 7.59 | 1.27 | - |
| YUV | 72.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 5 | 0 | 0.04 | 0.94 | 0.67 | 57.69 | 0.89 | 0.17 |
| Hex | 53 | 50 | 5 | 0 | 4 | 5E | 43 | 3A | 59 | 11 |
| Octal | 123 | 120 | 5 | 0 | 4 | 136 | 103 | 72 | 131 | 21 |
| Binary | 1010011 | 1010000 | 101 | 0 | 100 | 1011110 | 1000011 | 111010 | 1011001 | 10001 |
Color Harmonies of #535005
Complementary color
Monochromatic Colors of #535005
Black with #535005
Text Example
Text Example
White with #535005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535005; }
p { color: rgb(83,80,5); }
H1.HeaderClassName
{
color: #535005;
}
.AnyTagClassName
{
color: #535005;
}
</style>
background-color css
<style>
a { background-color: #535005; }
a { background-color: rgb(83,80,5); }
div.DivClassName
{
background-color: #535005;
}
.BgClassName
{
background-color: #535005;
}
</style>
border-color css
<style>
span { border-color: #535005; }
span { border-color: rgb(83,80,5); }
td.TdClassName
{
border-color: #535005;
}
.TagClassName
{
border-color: #535005;
}
</style>