Shades of Verdun Green #525110
Tints of Verdun Green #525110
RGB
CMYK
RGB Variations
Color information
#525110 (or 0x525110) is known color: Verdun Green. HEX triplet: 52, 51 and 10. RGB value is (82,81,16). Sum of RGB (Red+Green+Blue) = 82+81+16=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #525110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525110 is #ADAEEF. Grayscale: #4A4A4A. Windows color (decimal): -11382512 or 1069394. OLE color: 1069394.
HSL color Cylindrical-coordinate representation of color #525110: hue angle of 59.09º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #525110 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 16 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.68 |
| HSL | 59.09º | 0.67% | 0.19% | - |
| HSV(B) | 59.09º | 0.8% | 0.32% | - |
| XYZ | 6.52 | 7.72 | 1.64 | - |
| YUV | 73.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 16 | 0 | 0.01 | 0.80 | 0.68 | 59.09 | 0.67 | 0.19 |
| Hex | 52 | 51 | 10 | 0 | 1 | 50 | 44 | 3B | 43 | 13 |
| Octal | 122 | 121 | 20 | 0 | 1 | 120 | 104 | 73 | 103 | 23 |
| Binary | 1010010 | 1010001 | 10000 | 0 | 1 | 1010000 | 1000100 | 111011 | 1000011 | 10011 |
Color Harmonies of #525110
Complementary color
Monochromatic Colors of #525110
Black with #525110
Text Example
Text Example
White with #525110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525110; }
p { color: rgb(82,81,16); }
H1.HeaderClassName
{
color: #525110;
}
.AnyTagClassName
{
color: #525110;
}
</style>
background-color css
<style>
a { background-color: #525110; }
a { background-color: rgb(82,81,16); }
div.DivClassName
{
background-color: #525110;
}
.BgClassName
{
background-color: #525110;
}
</style>
border-color css
<style>
span { border-color: #525110; }
span { border-color: rgb(82,81,16); }
td.TdClassName
{
border-color: #525110;
}
.TagClassName
{
border-color: #525110;
}
</style>