Shades of Verdun Green #52520D
Tints of Verdun Green #52520D
RGB
CMYK
RGB Variations
Color information
#52520D (or 0x52520D) is known color: Verdun Green. HEX triplet: 52, 52 and 0D. RGB value is (82,82,13). Sum of RGB (Red+Green+Blue) = 82+82+13=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52520D is #ADADF2. Grayscale: #4A4A4A. Windows color (decimal): -11382259 or 873042. OLE color: 873042.
HSL color Cylindrical-coordinate representation of color #52520D: hue angle of 60º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52520D is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 82 | 13 | - |
| CMYK | 0 | 0 | 0.84 | 0.68 |
| HSL | 60º | 0.73% | 0.19% | - |
| HSV(B) | 60º | 0.84% | 0.32% | - |
| XYZ | 6.57 | 7.86 | 1.55 | - |
| YUV | 74.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 13 | 0 | 0 | 0.84 | 0.68 | 60 | 0.73 | 0.19 |
| Hex | 52 | 52 | D | 0 | 0 | 54 | 44 | 3C | 49 | 13 |
| Octal | 122 | 122 | 15 | 0 | 0 | 124 | 104 | 74 | 111 | 23 |
| Binary | 1010010 | 1010010 | 1101 | 0 | 0 | 1010100 | 1000100 | 111100 | 1001001 | 10011 |
Color Harmonies of #52520D
Complementary color
Monochromatic Colors of #52520D
Black with #52520D
Text Example
Text Example
White with #52520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52520D; }
p { color: rgb(82,82,13); }
H1.HeaderClassName
{
color: #52520D;
}
.AnyTagClassName
{
color: #52520D;
}
</style>
background-color css
<style>
a { background-color: #52520D; }
a { background-color: rgb(82,82,13); }
div.DivClassName
{
background-color: #52520D;
}
.BgClassName
{
background-color: #52520D;
}
</style>
border-color css
<style>
span { border-color: #52520D; }
span { border-color: rgb(82,82,13); }
td.TdClassName
{
border-color: #52520D;
}
.TagClassName
{
border-color: #52520D;
}
</style>