Shades of Verdun Green #506612
Tints of Verdun Green #506612
RGB
CMYK
RGB Variations
Color information
#506612 (or 0x506612) is known color: Verdun Green. HEX triplet: 50, 66 and 12. RGB value is (80,102,18). Sum of RGB (Red+Green+Blue) = 80+102+18=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #506612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506612 is #AF99ED. Grayscale: #565656. Windows color (decimal): -11508206 or 1205840. OLE color: 1205840.
HSL color Cylindrical-coordinate representation of color #506612: hue angle of 75.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #506612 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 80 | 102 | 18 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.6 |
| HSL | 75.71º | 0.7% | 0.24% | - |
| HSV(B) | 75.71º | 0.82% | 0.4% | - |
| XYZ | 8.17 | 11.25 | 2.31 | - |
| YUV | 85.85 | 89.71 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 102 | 18 | 0.22 | 0 | 0.82 | 0.6 | 75.71 | 0.7 | 0.24 |
| Hex | 50 | 66 | 12 | 16 | 0 | 52 | 3C | 4C | 46 | 18 |
| Octal | 120 | 146 | 22 | 26 | 0 | 122 | 74 | 114 | 106 | 30 |
| Binary | 1010000 | 1100110 | 10010 | 10110 | 0 | 1010010 | 111100 | 1001100 | 1000110 | 11000 |
Color Harmonies of #506612
Complementary color
Monochromatic Colors of #506612
Black with #506612
Text Example
Text Example
White with #506612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506612; }
p { color: rgb(80,102,18); }
H1.HeaderClassName
{
color: #506612;
}
.AnyTagClassName
{
color: #506612;
}
</style>
background-color css
<style>
a { background-color: #506612; }
a { background-color: rgb(80,102,18); }
div.DivClassName
{
background-color: #506612;
}
.BgClassName
{
background-color: #506612;
}
</style>
border-color css
<style>
span { border-color: #506612; }
span { border-color: rgb(80,102,18); }
td.TdClassName
{
border-color: #506612;
}
.TagClassName
{
border-color: #506612;
}
</style>