Shades of Verdun Green #515505
Tints of Verdun Green #515505
RGB
CMYK
RGB Variations
Color information
#515505 (or 0x515505) is known color: Verdun Green. HEX triplet: 51, 55 and 05. RGB value is (81,85,5). Sum of RGB (Red+Green+Blue) = 81+85+5=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #515505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515505 is #AEAAFA. Grayscale: #4B4B4B. Windows color (decimal): -11447035 or 349521. OLE color: 349521.
HSL color Cylindrical-coordinate representation of color #515505: hue angle of 63º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #515505 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 5 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.67 |
| HSL | 63º | 0.89% | 0.18% | - |
| HSV(B) | 63º | 0.94% | 0.33% | - |
| XYZ | 6.67 | 8.26 | 1.39 | - |
| YUV | 74.68 | 88.67 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 5 | 0.05 | 0 | 0.94 | 0.67 | 63 | 0.89 | 0.18 |
| Hex | 51 | 55 | 5 | 5 | 0 | 5E | 43 | 3F | 59 | 12 |
| Octal | 121 | 125 | 5 | 5 | 0 | 136 | 103 | 77 | 131 | 22 |
| Binary | 1010001 | 1010101 | 101 | 101 | 0 | 1011110 | 1000011 | 111111 | 1011001 | 10010 |
Color Harmonies of #515505
Complementary color
Monochromatic Colors of #515505
Black with #515505
Text Example
Text Example
White with #515505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515505; }
p { color: rgb(81,85,5); }
H1.HeaderClassName
{
color: #515505;
}
.AnyTagClassName
{
color: #515505;
}
</style>
background-color css
<style>
a { background-color: #515505; }
a { background-color: rgb(81,85,5); }
div.DivClassName
{
background-color: #515505;
}
.BgClassName
{
background-color: #515505;
}
</style>
border-color css
<style>
span { border-color: #515505; }
span { border-color: rgb(81,85,5); }
td.TdClassName
{
border-color: #515505;
}
.TagClassName
{
border-color: #515505;
}
</style>