Shades of Verdun Green #525211
Tints of Verdun Green #525211
RGB
CMYK
RGB Variations
Color information
#525211 (or 0x525211) is known color: Verdun Green. HEX triplet: 52, 52 and 11. RGB value is (82,82,17). Sum of RGB (Red+Green+Blue) = 82+82+17=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525211 is #ADADEE. Grayscale: #4A4A4A. Windows color (decimal): -11382255 or 1135186. OLE color: 1135186.
HSL color Cylindrical-coordinate representation of color #525211: hue angle of 60º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #525211 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 82 | 17 | - |
| CMYK | 0 | 0 | 0.79 | 0.68 |
| HSL | 60º | 0.66% | 0.19% | - |
| HSV(B) | 60º | 0.79% | 0.32% | - |
| XYZ | 6.6 | 7.87 | 1.7 | - |
| YUV | 74.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 17 | 0 | 0 | 0.79 | 0.68 | 60 | 0.66 | 0.19 |
| Hex | 52 | 52 | 11 | 0 | 0 | 4F | 44 | 3C | 42 | 13 |
| Octal | 122 | 122 | 21 | 0 | 0 | 117 | 104 | 74 | 102 | 23 |
| Binary | 1010010 | 1010010 | 10001 | 0 | 0 | 1001111 | 1000100 | 111100 | 1000010 | 10011 |
Color Harmonies of #525211
Complementary color
Monochromatic Colors of #525211
Black with #525211
Text Example
Text Example
White with #525211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525211; }
p { color: rgb(82,82,17); }
H1.HeaderClassName
{
color: #525211;
}
.AnyTagClassName
{
color: #525211;
}
</style>
background-color css
<style>
a { background-color: #525211; }
a { background-color: rgb(82,82,17); }
div.DivClassName
{
background-color: #525211;
}
.BgClassName
{
background-color: #525211;
}
</style>
border-color css
<style>
span { border-color: #525211; }
span { border-color: rgb(82,82,17); }
td.TdClassName
{
border-color: #525211;
}
.TagClassName
{
border-color: #525211;
}
</style>