Shades of Verdun Green #535205
Tints of Verdun Green #535205
RGB
CMYK
RGB Variations
Color information
#535205 (or 0x535205) is known color: Verdun Green. HEX triplet: 53, 52 and 05. RGB value is (83,82,5). Sum of RGB (Red+Green+Blue) = 83+82+5=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #535205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535205 is #ACADFA. Grayscale: #494949. Windows color (decimal): -11316731 or 348755. OLE color: 348755.
HSL color Cylindrical-coordinate representation of color #535205: hue angle of 59.23º 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 #535205 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 5 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.67 |
| HSL | 59.23º | 0.89% | 0.17% | - |
| HSV(B) | 59.23º | 0.94% | 0.33% | - |
| XYZ | 6.61 | 7.88 | 1.32 | - |
| YUV | 73.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 5 | 0 | 0.01 | 0.94 | 0.67 | 59.23 | 0.89 | 0.17 |
| Hex | 53 | 52 | 5 | 0 | 1 | 5E | 43 | 3B | 59 | 11 |
| Octal | 123 | 122 | 5 | 0 | 1 | 136 | 103 | 73 | 131 | 21 |
| Binary | 1010011 | 1010010 | 101 | 0 | 1 | 1011110 | 1000011 | 111011 | 1011001 | 10001 |
Color Harmonies of #535205
Complementary color
Monochromatic Colors of #535205
Black with #535205
Text Example
Text Example
White with #535205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535205; }
p { color: rgb(83,82,5); }
H1.HeaderClassName
{
color: #535205;
}
.AnyTagClassName
{
color: #535205;
}
</style>
background-color css
<style>
a { background-color: #535205; }
a { background-color: rgb(83,82,5); }
div.DivClassName
{
background-color: #535205;
}
.BgClassName
{
background-color: #535205;
}
</style>
border-color css
<style>
span { border-color: #535205; }
span { border-color: rgb(83,82,5); }
td.TdClassName
{
border-color: #535205;
}
.TagClassName
{
border-color: #535205;
}
</style>