Shades of Verdun Green #515211
Tints of Verdun Green #515211
RGB
CMYK
RGB Variations
Color information
#515211 (or 0x515211) is known color: Verdun Green. HEX triplet: 51, 52 and 11. RGB value is (81,82,17). Sum of RGB (Red+Green+Blue) = 81+82+17=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #515211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515211 is #AEADEE. Grayscale: #4A4A4A. Windows color (decimal): -11447791 or 1135185. OLE color: 1135185.
HSL color Cylindrical-coordinate representation of color #515211: hue angle of 60.92º degrees, saturation: 0.66, 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 #515211 is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 17 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.68 |
| HSL | 60.92º | 0.66% | 0.19% | - |
| HSV(B) | 60.92º | 0.79% | 0.32% | - |
| XYZ | 6.51 | 7.82 | 1.7 | - |
| YUV | 74.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 17 | 0.01 | 0 | 0.79 | 0.68 | 60.92 | 0.66 | 0.19 |
| Hex | 51 | 52 | 11 | 1 | 0 | 4F | 44 | 3D | 42 | 13 |
| Octal | 121 | 122 | 21 | 1 | 0 | 117 | 104 | 75 | 102 | 23 |
| Binary | 1010001 | 1010010 | 10001 | 1 | 0 | 1001111 | 1000100 | 111101 | 1000010 | 10011 |
Color Harmonies of #515211
Complementary color
Monochromatic Colors of #515211
Black with #515211
Text Example
Text Example
White with #515211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515211; }
p { color: rgb(81,82,17); }
H1.HeaderClassName
{
color: #515211;
}
.AnyTagClassName
{
color: #515211;
}
</style>
background-color css
<style>
a { background-color: #515211; }
a { background-color: rgb(81,82,17); }
div.DivClassName
{
background-color: #515211;
}
.BgClassName
{
background-color: #515211;
}
</style>
border-color css
<style>
span { border-color: #515211; }
span { border-color: rgb(81,82,17); }
td.TdClassName
{
border-color: #515211;
}
.TagClassName
{
border-color: #515211;
}
</style>