Shades of Verdun Green #526316
Tints of Verdun Green #526316
RGB
CMYK
RGB Variations
Color information
#526316 (or 0x526316) is known color: Verdun Green. HEX triplet: 52, 63 and 16. RGB value is (82,99,22). Sum of RGB (Red+Green+Blue) = 82+99+22=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #526316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526316 is #AD9CE9. Grayscale: #555555. Windows color (decimal): -11377898 or 1467218. OLE color: 1467218.
HSL color Cylindrical-coordinate representation of color #526316: hue angle of 73.25º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #526316 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 22 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.61 |
| HSL | 73.25º | 0.64% | 0.24% | - |
| HSV(B) | 73.25º | 0.78% | 0.39% | - |
| XYZ | 8.09 | 10.78 | 2.41 | - |
| YUV | 85.14 | 92.37 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 22 | 0.17 | 0 | 0.78 | 0.61 | 73.25 | 0.64 | 0.24 |
| Hex | 52 | 63 | 16 | 11 | 0 | 4E | 3D | 49 | 40 | 18 |
| Octal | 122 | 143 | 26 | 21 | 0 | 116 | 75 | 111 | 100 | 30 |
| Binary | 1010010 | 1100011 | 10110 | 10001 | 0 | 1001110 | 111101 | 1001001 | 1000000 | 11000 |
Color Harmonies of #526316
Complementary color
Monochromatic Colors of #526316
Black with #526316
Text Example
Text Example
White with #526316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526316; }
p { color: rgb(82,99,22); }
H1.HeaderClassName
{
color: #526316;
}
.AnyTagClassName
{
color: #526316;
}
</style>
background-color css
<style>
a { background-color: #526316; }
a { background-color: rgb(82,99,22); }
div.DivClassName
{
background-color: #526316;
}
.BgClassName
{
background-color: #526316;
}
</style>
border-color css
<style>
span { border-color: #526316; }
span { border-color: rgb(82,99,22); }
td.TdClassName
{
border-color: #526316;
}
.TagClassName
{
border-color: #526316;
}
</style>