Shades of Verdun Green #525D17
Tints of Verdun Green #525D17
RGB
CMYK
RGB Variations
Color information
#525D17 (or 0x525D17) is known color: Verdun Green. HEX triplet: 52, 5D and 17. RGB value is (82,93,23). Sum of RGB (Red+Green+Blue) = 82+93+23=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #525D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525D17 is #ADA2E8. Grayscale: #525252. Windows color (decimal): -11379433 or 1531218. OLE color: 1531218.
HSL color Cylindrical-coordinate representation of color #525D17: hue angle of 69.43º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #525D17 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 93 | 23 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.64 |
| HSL | 69.43º | 0.6% | 0.23% | - |
| HSV(B) | 69.43º | 0.75% | 0.36% | - |
| XYZ | 7.55 | 9.68 | 2.28 | - |
| YUV | 81.73 | 94.86 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 93 | 23 | 0.12 | 0 | 0.75 | 0.64 | 69.43 | 0.6 | 0.23 |
| Hex | 52 | 5D | 17 | C | 0 | 4B | 40 | 45 | 3C | 17 |
| Octal | 122 | 135 | 27 | 14 | 0 | 113 | 100 | 105 | 74 | 27 |
| Binary | 1010010 | 1011101 | 10111 | 1100 | 0 | 1001011 | 1000000 | 1000101 | 111100 | 10111 |
Color Harmonies of #525D17
Complementary color
Monochromatic Colors of #525D17
Black with #525D17
Text Example
Text Example
White with #525D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525D17; }
p { color: rgb(82,93,23); }
H1.HeaderClassName
{
color: #525D17;
}
.AnyTagClassName
{
color: #525D17;
}
</style>
background-color css
<style>
a { background-color: #525D17; }
a { background-color: rgb(82,93,23); }
div.DivClassName
{
background-color: #525D17;
}
.BgClassName
{
background-color: #525D17;
}
</style>
border-color css
<style>
span { border-color: #525D17; }
span { border-color: rgb(82,93,23); }
td.TdClassName
{
border-color: #525D17;
}
.TagClassName
{
border-color: #525D17;
}
</style>