Shades of Verdun Green #515509
Tints of Verdun Green #515509
RGB
CMYK
RGB Variations
Color information
#515509 (or 0x515509) is known color: Verdun Green. HEX triplet: 51, 55 and 09. RGB value is (81,85,9). Sum of RGB (Red+Green+Blue) = 81+85+9=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #515509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515509 is #AEAAF6. Grayscale: #4B4B4B. Windows color (decimal): -11447031 or 611665. OLE color: 611665.
HSL color Cylindrical-coordinate representation of color #515509: hue angle of 63.16º 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 #515509 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 9 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.67 |
| HSL | 63.16º | 0.81% | 0.18% | - |
| HSV(B) | 63.16º | 0.89% | 0.33% | - |
| XYZ | 6.69 | 8.27 | 1.5 | - |
| YUV | 75.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 9 | 0.05 | 0 | 0.89 | 0.67 | 63.16 | 0.81 | 0.18 |
| Hex | 51 | 55 | 9 | 5 | 0 | 59 | 43 | 3F | 51 | 12 |
| Octal | 121 | 125 | 11 | 5 | 0 | 131 | 103 | 77 | 121 | 22 |
| Binary | 1010001 | 1010101 | 1001 | 101 | 0 | 1011001 | 1000011 | 111111 | 1010001 | 10010 |
Color Harmonies of #515509
Complementary color
Monochromatic Colors of #515509
Black with #515509
Text Example
Text Example
White with #515509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515509; }
p { color: rgb(81,85,9); }
H1.HeaderClassName
{
color: #515509;
}
.AnyTagClassName
{
color: #515509;
}
</style>
background-color css
<style>
a { background-color: #515509; }
a { background-color: rgb(81,85,9); }
div.DivClassName
{
background-color: #515509;
}
.BgClassName
{
background-color: #515509;
}
</style>
border-color css
<style>
span { border-color: #515509; }
span { border-color: rgb(81,85,9); }
td.TdClassName
{
border-color: #515509;
}
.TagClassName
{
border-color: #515509;
}
</style>