Shades of Verdun Green #506011
Tints of Verdun Green #506011
RGB
CMYK
RGB Variations
Color information
#506011 (or 0x506011) is known color: Verdun Green. HEX triplet: 50, 60 and 11. RGB value is (80,96,17). Sum of RGB (Red+Green+Blue) = 80+96+17=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #506011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506011 is #AF9FEE. Grayscale: #525252. Windows color (decimal): -11509743 or 1138768. OLE color: 1138768.
HSL color Cylindrical-coordinate representation of color #506011: hue angle of 72.15º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #506011 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 96 | 17 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.62 |
| HSL | 72.15º | 0.7% | 0.22% | - |
| HSV(B) | 72.15º | 0.82% | 0.38% | - |
| XYZ | 7.59 | 10.11 | 2.08 | - |
| YUV | 82.21 | 91.2 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 17 | 0.17 | 0 | 0.82 | 0.62 | 72.15 | 0.7 | 0.22 |
| Hex | 50 | 60 | 11 | 11 | 0 | 52 | 3E | 48 | 46 | 16 |
| Octal | 120 | 140 | 21 | 21 | 0 | 122 | 76 | 110 | 106 | 26 |
| Binary | 1010000 | 1100000 | 10001 | 10001 | 0 | 1010010 | 111110 | 1001000 | 1000110 | 10110 |
Color Harmonies of #506011
Complementary color
Monochromatic Colors of #506011
Black with #506011
Text Example
Text Example
White with #506011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506011; }
p { color: rgb(80,96,17); }
H1.HeaderClassName
{
color: #506011;
}
.AnyTagClassName
{
color: #506011;
}
</style>
background-color css
<style>
a { background-color: #506011; }
a { background-color: rgb(80,96,17); }
div.DivClassName
{
background-color: #506011;
}
.BgClassName
{
background-color: #506011;
}
</style>
border-color css
<style>
span { border-color: #506011; }
span { border-color: rgb(80,96,17); }
td.TdClassName
{
border-color: #506011;
}
.TagClassName
{
border-color: #506011;
}
</style>