Shades of Verdun Green #515409
Tints of Verdun Green #515409
RGB
CMYK
RGB Variations
Color information
#515409 (or 0x515409) is known color: Verdun Green. HEX triplet: 51, 54 and 09. RGB value is (81,84,9). Sum of RGB (Red+Green+Blue) = 81+84+9=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #515409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515409 is #AEABF6. Grayscale: #4A4A4A. Windows color (decimal): -11447287 or 611409. OLE color: 611409.
HSL color Cylindrical-coordinate representation of color #515409: hue angle of 62.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #515409 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 84 | 9 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.67 |
| HSL | 62.4º | 0.81% | 0.18% | - |
| HSV(B) | 62.4º | 0.89% | 0.33% | - |
| XYZ | 6.61 | 8.11 | 1.48 | - |
| YUV | 74.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 84 | 9 | 0.04 | 0 | 0.89 | 0.67 | 62.4 | 0.81 | 0.18 |
| Hex | 51 | 54 | 9 | 4 | 0 | 59 | 43 | 3E | 51 | 12 |
| Octal | 121 | 124 | 11 | 4 | 0 | 131 | 103 | 76 | 121 | 22 |
| Binary | 1010001 | 1010100 | 1001 | 100 | 0 | 1011001 | 1000011 | 111110 | 1010001 | 10010 |
Color Harmonies of #515409
Complementary color
Monochromatic Colors of #515409
Black with #515409
Text Example
Text Example
White with #515409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515409; }
p { color: rgb(81,84,9); }
H1.HeaderClassName
{
color: #515409;
}
.AnyTagClassName
{
color: #515409;
}
</style>
background-color css
<style>
a { background-color: #515409; }
a { background-color: rgb(81,84,9); }
div.DivClassName
{
background-color: #515409;
}
.BgClassName
{
background-color: #515409;
}
</style>
border-color css
<style>
span { border-color: #515409; }
span { border-color: rgb(81,84,9); }
td.TdClassName
{
border-color: #515409;
}
.TagClassName
{
border-color: #515409;
}
</style>