Shades of Verdun Green #515411
Tints of Verdun Green #515411
RGB
CMYK
RGB Variations
Color information
#515411 (or 0x515411) is known color: Verdun Green. HEX triplet: 51, 54 and 11. RGB value is (81,84,17). Sum of RGB (Red+Green+Blue) = 81+84+17=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #515411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515411 is #AEABEE. Grayscale: #4B4B4B. Windows color (decimal): -11447279 or 1135697. OLE color: 1135697.
HSL color Cylindrical-coordinate representation of color #515411: hue angle of 62.69º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #515411 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 17 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.67 |
| HSL | 62.69º | 0.66% | 0.2% | - |
| HSV(B) | 62.69º | 0.8% | 0.33% | - |
| XYZ | 6.66 | 8.13 | 1.75 | - |
| YUV | 75.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 17 | 0.04 | 0 | 0.80 | 0.67 | 62.69 | 0.66 | 0.2 |
| Hex | 51 | 54 | 11 | 4 | 0 | 50 | 43 | 3F | 42 | 14 |
| Octal | 121 | 124 | 21 | 4 | 0 | 120 | 103 | 77 | 102 | 24 |
| Binary | 1010001 | 1010100 | 10001 | 100 | 0 | 1010000 | 1000011 | 111111 | 1000010 | 10100 |
Color Harmonies of #515411
Complementary color
Monochromatic Colors of #515411
Black with #515411
Text Example
Text Example
White with #515411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515411; }
p { color: rgb(81,84,17); }
H1.HeaderClassName
{
color: #515411;
}
.AnyTagClassName
{
color: #515411;
}
</style>
background-color css
<style>
a { background-color: #515411; }
a { background-color: rgb(81,84,17); }
div.DivClassName
{
background-color: #515411;
}
.BgClassName
{
background-color: #515411;
}
</style>
border-color css
<style>
span { border-color: #515411; }
span { border-color: rgb(81,84,17); }
td.TdClassName
{
border-color: #515411;
}
.TagClassName
{
border-color: #515411;
}
</style>