Shades of Verdun Green #535206
Tints of Verdun Green #535206
RGB
CMYK
RGB Variations
Color information
#535206 (or 0x535206) is known color: Verdun Green. HEX triplet: 53, 52 and 06. RGB value is (83,82,6). Sum of RGB (Red+Green+Blue) = 83+82+6=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #535206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535206 is #ACADF9. Grayscale: #494949. Windows color (decimal): -11316730 or 414291. OLE color: 414291.
HSL color Cylindrical-coordinate representation of color #535206: hue angle of 59.22º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #535206 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 82 | 6 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.67 |
| HSL | 59.22º | 0.87% | 0.17% | - |
| HSV(B) | 59.22º | 0.93% | 0.33% | - |
| XYZ | 6.62 | 7.89 | 1.35 | - |
| YUV | 73.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 82 | 6 | 0 | 0.01 | 0.93 | 0.67 | 59.22 | 0.87 | 0.17 |
| Hex | 53 | 52 | 6 | 0 | 1 | 5D | 43 | 3B | 57 | 11 |
| Octal | 123 | 122 | 6 | 0 | 1 | 135 | 103 | 73 | 127 | 21 |
| Binary | 1010011 | 1010010 | 110 | 0 | 1 | 1011101 | 1000011 | 111011 | 1010111 | 10001 |
Color Harmonies of #535206
Complementary color
Monochromatic Colors of #535206
Black with #535206
Text Example
Text Example
White with #535206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535206; }
p { color: rgb(83,82,6); }
H1.HeaderClassName
{
color: #535206;
}
.AnyTagClassName
{
color: #535206;
}
</style>
background-color css
<style>
a { background-color: #535206; }
a { background-color: rgb(83,82,6); }
div.DivClassName
{
background-color: #535206;
}
.BgClassName
{
background-color: #535206;
}
</style>
border-color css
<style>
span { border-color: #535206; }
span { border-color: rgb(83,82,6); }
td.TdClassName
{
border-color: #535206;
}
.TagClassName
{
border-color: #535206;
}
</style>