Shades of Verdun Green #515911
Tints of Verdun Green #515911
RGB
CMYK
RGB Variations
Color information
#515911 (or 0x515911) is known color: Verdun Green. HEX triplet: 51, 59 and 11. RGB value is (81,89,17). Sum of RGB (Red+Green+Blue) = 81+89+17=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #515911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515911 is #AEA6EE. Grayscale: #4E4E4E. Windows color (decimal): -11445999 or 1136977. OLE color: 1136977.
HSL color Cylindrical-coordinate representation of color #515911: hue angle of 66.67º 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 #515911 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 17 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.65 |
| HSL | 66.67º | 0.68% | 0.21% | - |
| HSV(B) | 66.67º | 0.81% | 0.35% | - |
| XYZ | 7.07 | 8.93 | 1.88 | - |
| YUV | 78.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 17 | 0.09 | 0 | 0.81 | 0.65 | 66.67 | 0.68 | 0.21 |
| Hex | 51 | 59 | 11 | 9 | 0 | 51 | 41 | 43 | 44 | 15 |
| Octal | 121 | 131 | 21 | 11 | 0 | 121 | 101 | 103 | 104 | 25 |
| Binary | 1010001 | 1011001 | 10001 | 1001 | 0 | 1010001 | 1000001 | 1000011 | 1000100 | 10101 |
Color Harmonies of #515911
Complementary color
Monochromatic Colors of #515911
Black with #515911
Text Example
Text Example
White with #515911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515911; }
p { color: rgb(81,89,17); }
H1.HeaderClassName
{
color: #515911;
}
.AnyTagClassName
{
color: #515911;
}
</style>
background-color css
<style>
a { background-color: #515911; }
a { background-color: rgb(81,89,17); }
div.DivClassName
{
background-color: #515911;
}
.BgClassName
{
background-color: #515911;
}
</style>
border-color css
<style>
span { border-color: #515911; }
span { border-color: rgb(81,89,17); }
td.TdClassName
{
border-color: #515911;
}
.TagClassName
{
border-color: #515911;
}
</style>