Shades of Verdun Green #506512
Tints of Verdun Green #506512
RGB
CMYK
RGB Variations
Color information
#506512 (or 0x506512) is known color: Verdun Green. HEX triplet: 50, 65 and 12. RGB value is (80,101,18). Sum of RGB (Red+Green+Blue) = 80+101+18=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 101 (39.84% from 255 or 50.75% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 101 - color contains mainly: green. Hex color #506512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506512 is #AF9AED. Grayscale: #555555. Windows color (decimal): -11508462 or 1205584. OLE color: 1205584.
HSL color Cylindrical-coordinate representation of color #506512: hue angle of 75.18º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #506512 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 101 | 18 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.60 |
| HSL | 75.18º | 0.7% | 0.23% | - |
| HSV(B) | 75.18º | 0.82% | 0.4% | - |
| XYZ | 8.07 | 11.06 | 2.28 | - |
| YUV | 85.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 18 | 0.21 | 0 | 0.82 | 0.60 | 75.18 | 0.7 | 0.23 |
| Hex | 50 | 65 | 12 | 15 | 0 | 52 | 3C | 4B | 46 | 17 |
| Octal | 120 | 145 | 22 | 25 | 0 | 122 | 74 | 113 | 106 | 27 |
| Binary | 1010000 | 1100101 | 10010 | 10101 | 0 | 1010010 | 111100 | 1001011 | 1000110 | 10111 |
Color Harmonies of #506512
Complementary color
Monochromatic Colors of #506512
Black with #506512
Text Example
Text Example
White with #506512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506512; }
p { color: rgb(80,101,18); }
H1.HeaderClassName
{
color: #506512;
}
.AnyTagClassName
{
color: #506512;
}
</style>
background-color css
<style>
a { background-color: #506512; }
a { background-color: rgb(80,101,18); }
div.DivClassName
{
background-color: #506512;
}
.BgClassName
{
background-color: #506512;
}
</style>
border-color css
<style>
span { border-color: #506512; }
span { border-color: rgb(80,101,18); }
td.TdClassName
{
border-color: #506512;
}
.TagClassName
{
border-color: #506512;
}
</style>