Shades of Verdun Green #515009
Tints of Verdun Green #515009
RGB
CMYK
RGB Variations
Color information
#515009 (or 0x515009) is known color: Verdun Green. HEX triplet: 51, 50 and 09. RGB value is (81,80,9). Sum of RGB (Red+Green+Blue) = 81+80+9=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 9 (3.91% from 255 or 5.29% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #515009 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515009 is #AEAFF6. Grayscale: #484848. Windows color (decimal): -11448311 or 610385. OLE color: 610385.
HSL color Cylindrical-coordinate representation of color #515009: hue angle of 59.17º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #515009 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 80 | 9 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.68 |
| HSL | 59.17º | 0.8% | 0.18% | - |
| HSV(B) | 59.17º | 0.89% | 0.32% | - |
| XYZ | 6.31 | 7.51 | 1.37 | - |
| YUV | 72.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 9 | 0 | 0.01 | 0.89 | 0.68 | 59.17 | 0.8 | 0.18 |
| Hex | 51 | 50 | 9 | 0 | 1 | 59 | 44 | 3B | 50 | 12 |
| Octal | 121 | 120 | 11 | 0 | 1 | 131 | 104 | 73 | 120 | 22 |
| Binary | 1010001 | 1010000 | 1001 | 0 | 1 | 1011001 | 1000100 | 111011 | 1010000 | 10010 |
Color Harmonies of #515009
Complementary color
Monochromatic Colors of #515009
Black with #515009
Text Example
Text Example
White with #515009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515009; }
p { color: rgb(81,80,9); }
H1.HeaderClassName
{
color: #515009;
}
.AnyTagClassName
{
color: #515009;
}
</style>
background-color css
<style>
a { background-color: #515009; }
a { background-color: rgb(81,80,9); }
div.DivClassName
{
background-color: #515009;
}
.BgClassName
{
background-color: #515009;
}
</style>
border-color css
<style>
span { border-color: #515009; }
span { border-color: rgb(81,80,9); }
td.TdClassName
{
border-color: #515009;
}
.TagClassName
{
border-color: #515009;
}
</style>