Shades of Verdun Green #515506
Tints of Verdun Green #515506
RGB
CMYK
RGB Variations
Color information
#515506 (or 0x515506) is known color: Verdun Green. HEX triplet: 51, 55 and 06. RGB value is (81,85,6). Sum of RGB (Red+Green+Blue) = 81+85+6=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #515506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515506 is #AEAAF9. Grayscale: #4B4B4B. Windows color (decimal): -11447034 or 415057. OLE color: 415057.
HSL color Cylindrical-coordinate representation of color #515506: hue angle of 63.04º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #515506 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 81 | 85 | 6 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.67 |
| HSL | 63.04º | 0.87% | 0.18% | - |
| HSV(B) | 63.04º | 0.93% | 0.33% | - |
| XYZ | 6.67 | 8.26 | 1.41 | - |
| YUV | 74.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 85 | 6 | 0.05 | 0 | 0.93 | 0.67 | 63.04 | 0.87 | 0.18 |
| Hex | 51 | 55 | 6 | 5 | 0 | 5D | 43 | 3F | 57 | 12 |
| Octal | 121 | 125 | 6 | 5 | 0 | 135 | 103 | 77 | 127 | 22 |
| Binary | 1010001 | 1010101 | 110 | 101 | 0 | 1011101 | 1000011 | 111111 | 1010111 | 10010 |
Color Harmonies of #515506
Complementary color
Monochromatic Colors of #515506
Black with #515506
Text Example
Text Example
White with #515506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515506; }
p { color: rgb(81,85,6); }
H1.HeaderClassName
{
color: #515506;
}
.AnyTagClassName
{
color: #515506;
}
</style>
background-color css
<style>
a { background-color: #515506; }
a { background-color: rgb(81,85,6); }
div.DivClassName
{
background-color: #515506;
}
.BgClassName
{
background-color: #515506;
}
</style>
border-color css
<style>
span { border-color: #515506; }
span { border-color: rgb(81,85,6); }
td.TdClassName
{
border-color: #515506;
}
.TagClassName
{
border-color: #515506;
}
</style>