Shades of Verdun Green #525911
Tints of Verdun Green #525911
RGB
CMYK
RGB Variations
Color information
#525911 (or 0x525911) is known color: Verdun Green. HEX triplet: 52, 59 and 11. RGB value is (82,89,17). Sum of RGB (Red+Green+Blue) = 82+89+17=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #525911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525911 is #ADA6EE. Grayscale: #4E4E4E. Windows color (decimal): -11380463 or 1136978. OLE color: 1136978.
HSL color Cylindrical-coordinate representation of color #525911: hue angle of 65.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #525911 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 17 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.65 |
| HSL | 65.83º | 0.68% | 0.21% | - |
| HSV(B) | 65.83º | 0.81% | 0.35% | - |
| XYZ | 7.15 | 8.98 | 1.89 | - |
| YUV | 78.7 | 93.18 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 17 | 0.08 | 0 | 0.81 | 0.65 | 65.83 | 0.68 | 0.21 |
| Hex | 52 | 59 | 11 | 8 | 0 | 51 | 41 | 42 | 44 | 15 |
| Octal | 122 | 131 | 21 | 10 | 0 | 121 | 101 | 102 | 104 | 25 |
| Binary | 1010010 | 1011001 | 10001 | 1000 | 0 | 1010001 | 1000001 | 1000010 | 1000100 | 10101 |
Color Harmonies of #525911
Complementary color
Monochromatic Colors of #525911
Black with #525911
Text Example
Text Example
White with #525911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525911; }
p { color: rgb(82,89,17); }
H1.HeaderClassName
{
color: #525911;
}
.AnyTagClassName
{
color: #525911;
}
</style>
background-color css
<style>
a { background-color: #525911; }
a { background-color: rgb(82,89,17); }
div.DivClassName
{
background-color: #525911;
}
.BgClassName
{
background-color: #525911;
}
</style>
border-color css
<style>
span { border-color: #525911; }
span { border-color: rgb(82,89,17); }
td.TdClassName
{
border-color: #525911;
}
.TagClassName
{
border-color: #525911;
}
</style>