Shades of Verdun Green #525D16
Tints of Verdun Green #525D16
RGB
CMYK
RGB Variations
Color information
#525D16 (or 0x525D16) is known color: Verdun Green. HEX triplet: 52, 5D and 16. RGB value is (82,93,22). Sum of RGB (Red+Green+Blue) = 82+93+22=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #525D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D16 is #ADA2E9. Grayscale: #515151. Windows color (decimal): -11379434 or 1465682. OLE color: 1465682.
HSL color Cylindrical-coordinate representation of color #525D16: hue angle of 69.3º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #525D16 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 22 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.64 |
| HSL | 69.3º | 0.62% | 0.23% | - |
| HSV(B) | 69.3º | 0.76% | 0.36% | - |
| XYZ | 7.54 | 9.68 | 2.23 | - |
| YUV | 81.62 | 94.36 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 22 | 0.12 | 0 | 0.76 | 0.64 | 69.3 | 0.62 | 0.23 |
| Hex | 52 | 5D | 16 | C | 0 | 4C | 40 | 45 | 3E | 17 |
| Octal | 122 | 135 | 26 | 14 | 0 | 114 | 100 | 105 | 76 | 27 |
| Binary | 1010010 | 1011101 | 10110 | 1100 | 0 | 1001100 | 1000000 | 1000101 | 111110 | 10111 |
Color Harmonies of #525D16
Complementary color
Monochromatic Colors of #525D16
Black with #525D16
Text Example
Text Example
White with #525D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D16; }
p { color: rgb(82,93,22); }
H1.HeaderClassName
{
color: #525D16;
}
.AnyTagClassName
{
color: #525D16;
}
</style>
background-color css
<style>
a { background-color: #525D16; }
a { background-color: rgb(82,93,22); }
div.DivClassName
{
background-color: #525D16;
}
.BgClassName
{
background-color: #525D16;
}
</style>
border-color css
<style>
span { border-color: #525D16; }
span { border-color: rgb(82,93,22); }
td.TdClassName
{
border-color: #525D16;
}
.TagClassName
{
border-color: #525D16;
}
</style>