Shades of Verdun Green #505112
Tints of Verdun Green #505112
RGB
CMYK
RGB Variations
Color information
#505112 (or 0x505112) is known color: Verdun Green. HEX triplet: 50, 51 and 12. RGB value is (80,81,18). Sum of RGB (Red+Green+Blue) = 80+81+18=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #505112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505112 is #AFAEED. Grayscale: #494949. Windows color (decimal): -11513582 or 1200464. OLE color: 1200464.
HSL color Cylindrical-coordinate representation of color #505112: hue angle of 60.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #505112 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 80 | 81 | 18 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.68 |
| HSL | 60.95º | 0.64% | 0.19% | - |
| HSV(B) | 60.95º | 0.78% | 0.32% | - |
| XYZ | 6.36 | 7.63 | 1.71 | - |
| YUV | 73.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 18 | 0.01 | 0 | 0.78 | 0.68 | 60.95 | 0.64 | 0.19 |
| Hex | 50 | 51 | 12 | 1 | 0 | 4E | 44 | 3D | 40 | 13 |
| Octal | 120 | 121 | 22 | 1 | 0 | 116 | 104 | 75 | 100 | 23 |
| Binary | 1010000 | 1010001 | 10010 | 1 | 0 | 1001110 | 1000100 | 111101 | 1000000 | 10011 |
Color Harmonies of #505112
Complementary color
Monochromatic Colors of #505112
Black with #505112
Text Example
Text Example
White with #505112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505112; }
p { color: rgb(80,81,18); }
H1.HeaderClassName
{
color: #505112;
}
.AnyTagClassName
{
color: #505112;
}
</style>
background-color css
<style>
a { background-color: #505112; }
a { background-color: rgb(80,81,18); }
div.DivClassName
{
background-color: #505112;
}
.BgClassName
{
background-color: #505112;
}
</style>
border-color css
<style>
span { border-color: #505112; }
span { border-color: rgb(80,81,18); }
td.TdClassName
{
border-color: #505112;
}
.TagClassName
{
border-color: #505112;
}
</style>