Shades of Verdun Green #515405
Tints of Verdun Green #515405
RGB
CMYK
RGB Variations
Color information
#515405 (or 0x515405) is known color: Verdun Green. HEX triplet: 51, 54 and 05. RGB value is (81,84,5). Sum of RGB (Red+Green+Blue) = 81+84+5=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #515405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515405 is #AEABFA. Grayscale: #4A4A4A. Windows color (decimal): -11447291 or 349265. OLE color: 349265.
HSL color Cylindrical-coordinate representation of color #515405: hue angle of 62.28º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515405 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 5 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.67 |
| HSL | 62.28º | 0.89% | 0.17% | - |
| HSV(B) | 62.28º | 0.94% | 0.33% | - |
| XYZ | 6.59 | 8.1 | 1.36 | - |
| YUV | 74.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 5 | 0.04 | 0 | 0.94 | 0.67 | 62.28 | 0.89 | 0.17 |
| Hex | 51 | 54 | 5 | 4 | 0 | 5E | 43 | 3E | 59 | 11 |
| Octal | 121 | 124 | 5 | 4 | 0 | 136 | 103 | 76 | 131 | 21 |
| Binary | 1010001 | 1010100 | 101 | 100 | 0 | 1011110 | 1000011 | 111110 | 1011001 | 10001 |
Color Harmonies of #515405
Complementary color
Monochromatic Colors of #515405
Black with #515405
Text Example
Text Example
White with #515405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515405; }
p { color: rgb(81,84,5); }
H1.HeaderClassName
{
color: #515405;
}
.AnyTagClassName
{
color: #515405;
}
</style>
background-color css
<style>
a { background-color: #515405; }
a { background-color: rgb(81,84,5); }
div.DivClassName
{
background-color: #515405;
}
.BgClassName
{
background-color: #515405;
}
</style>
border-color css
<style>
span { border-color: #515405; }
span { border-color: rgb(81,84,5); }
td.TdClassName
{
border-color: #515405;
}
.TagClassName
{
border-color: #515405;
}
</style>