Shades of Verdun Green #515111
Tints of Verdun Green #515111
RGB
CMYK
RGB Variations
Color information
#515111 (or 0x515111) is known color: Verdun Green. HEX triplet: 51, 51 and 11. RGB value is (81,81,17). Sum of RGB (Red+Green+Blue) = 81+81+17=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515111 is #AEAEEE. Grayscale: #494949. Windows color (decimal): -11448047 or 1134929. OLE color: 1134929.
HSL color Cylindrical-coordinate representation of color #515111: hue angle of 60º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #515111 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 17 | - |
| CMYK | 0 | 0 | 0.79 | 0.68 |
| HSL | 60º | 0.65% | 0.19% | - |
| HSV(B) | 60º | 0.79% | 0.32% | - |
| XYZ | 6.44 | 7.67 | 1.67 | - |
| YUV | 73.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 17 | 0 | 0 | 0.79 | 0.68 | 60 | 0.65 | 0.19 |
| Hex | 51 | 51 | 11 | 0 | 0 | 4F | 44 | 3C | 41 | 13 |
| Octal | 121 | 121 | 21 | 0 | 0 | 117 | 104 | 74 | 101 | 23 |
| Binary | 1010001 | 1010001 | 10001 | 0 | 0 | 1001111 | 1000100 | 111100 | 1000001 | 10011 |
Color Harmonies of #515111
Complementary color
Monochromatic Colors of #515111
Black with #515111
Text Example
Text Example
White with #515111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515111; }
p { color: rgb(81,81,17); }
H1.HeaderClassName
{
color: #515111;
}
.AnyTagClassName
{
color: #515111;
}
</style>
background-color css
<style>
a { background-color: #515111; }
a { background-color: rgb(81,81,17); }
div.DivClassName
{
background-color: #515111;
}
.BgClassName
{
background-color: #515111;
}
</style>
border-color css
<style>
span { border-color: #515111; }
span { border-color: rgb(81,81,17); }
td.TdClassName
{
border-color: #515111;
}
.TagClassName
{
border-color: #515111;
}
</style>