Shades of Verdun Green #526202
Tints of Verdun Green #526202
RGB
CMYK
RGB Variations
Color information
#526202 (or 0x526202) is known color: Verdun Green. HEX triplet: 52, 62 and 02. RGB value is (82,98,2). Sum of RGB (Red+Green+Blue) = 82+98+2=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #526202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526202 is #AD9DFD. Grayscale: #525252. Windows color (decimal): -11378174 or 156242. OLE color: 156242.
HSL color Cylindrical-coordinate representation of color #526202: hue angle of 70º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #526202 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 2 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.62 |
| HSL | 70º | 0.96% | 0.2% | - |
| HSV(B) | 70º | 0.98% | 0.38% | - |
| XYZ | 7.86 | 10.53 | 1.68 | - |
| YUV | 82.27 | 82.7 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 2 | 0.16 | 0 | 0.98 | 0.62 | 70 | 0.96 | 0.2 |
| Hex | 52 | 62 | 2 | 10 | 0 | 62 | 3E | 46 | 60 | 14 |
| Octal | 122 | 142 | 2 | 20 | 0 | 142 | 76 | 106 | 140 | 24 |
| Binary | 1010010 | 1100010 | 10 | 10000 | 0 | 1100010 | 111110 | 1000110 | 1100000 | 10100 |
Color Harmonies of #526202
Complementary color
Monochromatic Colors of #526202
Black with #526202
Text Example
Text Example
White with #526202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526202; }
p { color: rgb(82,98,2); }
H1.HeaderClassName
{
color: #526202;
}
.AnyTagClassName
{
color: #526202;
}
</style>
background-color css
<style>
a { background-color: #526202; }
a { background-color: rgb(82,98,2); }
div.DivClassName
{
background-color: #526202;
}
.BgClassName
{
background-color: #526202;
}
</style>
border-color css
<style>
span { border-color: #526202; }
span { border-color: rgb(82,98,2); }
td.TdClassName
{
border-color: #526202;
}
.TagClassName
{
border-color: #526202;
}
</style>