Shades of Verdun Green #505616
Tints of Verdun Green #505616
RGB
CMYK
RGB Variations
Color information
#505616 (or 0x505616) is known color: Verdun Green. HEX triplet: 50, 56 and 16. RGB value is (80,86,22). Sum of RGB (Red+Green+Blue) = 80+86+22=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #505616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505616 is #AFA9E9. Grayscale: #4D4D4D. Windows color (decimal): -11512298 or 1463888. OLE color: 1463888.
HSL color Cylindrical-coordinate representation of color #505616: hue angle of 65.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #505616 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 80 | 86 | 22 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.66 |
| HSL | 65.63º | 0.59% | 0.21% | - |
| HSV(B) | 65.63º | 0.74% | 0.34% | - |
| XYZ | 6.78 | 8.42 | 2.03 | - |
| YUV | 76.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 22 | 0.07 | 0 | 0.74 | 0.66 | 65.63 | 0.59 | 0.21 |
| Hex | 50 | 56 | 16 | 7 | 0 | 4A | 42 | 42 | 3B | 15 |
| Octal | 120 | 126 | 26 | 7 | 0 | 112 | 102 | 102 | 73 | 25 |
| Binary | 1010000 | 1010110 | 10110 | 111 | 0 | 1001010 | 1000010 | 1000010 | 111011 | 10101 |
Color Harmonies of #505616
Complementary color
Monochromatic Colors of #505616
Black with #505616
Text Example
Text Example
White with #505616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505616; }
p { color: rgb(80,86,22); }
H1.HeaderClassName
{
color: #505616;
}
.AnyTagClassName
{
color: #505616;
}
</style>
background-color css
<style>
a { background-color: #505616; }
a { background-color: rgb(80,86,22); }
div.DivClassName
{
background-color: #505616;
}
.BgClassName
{
background-color: #505616;
}
</style>
border-color css
<style>
span { border-color: #505616; }
span { border-color: rgb(80,86,22); }
td.TdClassName
{
border-color: #505616;
}
.TagClassName
{
border-color: #505616;
}
</style>