Shades of Verdun Green #505412
Tints of Verdun Green #505412
RGB
CMYK
RGB Variations
Color information
#505412 (or 0x505412) is known color: Verdun Green. HEX triplet: 50, 54 and 12. RGB value is (80,84,18). Sum of RGB (Red+Green+Blue) = 80+84+18=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #505412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505412 is #AFABED. Grayscale: #4B4B4B. Windows color (decimal): -11512814 or 1201232. OLE color: 1201232.
HSL color Cylindrical-coordinate representation of color #505412: hue angle of 63.64º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #505412 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 18 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.67 |
| HSL | 63.64º | 0.65% | 0.2% | - |
| HSV(B) | 63.64º | 0.79% | 0.33% | - |
| XYZ | 6.59 | 8.09 | 1.79 | - |
| YUV | 75.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 18 | 0.05 | 0 | 0.79 | 0.67 | 63.64 | 0.65 | 0.2 |
| Hex | 50 | 54 | 12 | 5 | 0 | 4F | 43 | 40 | 41 | 14 |
| Octal | 120 | 124 | 22 | 5 | 0 | 117 | 103 | 100 | 101 | 24 |
| Binary | 1010000 | 1010100 | 10010 | 101 | 0 | 1001111 | 1000011 | 1000000 | 1000001 | 10100 |
Color Harmonies of #505412
Complementary color
Monochromatic Colors of #505412
Black with #505412
Text Example
Text Example
White with #505412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505412; }
p { color: rgb(80,84,18); }
H1.HeaderClassName
{
color: #505412;
}
.AnyTagClassName
{
color: #505412;
}
</style>
background-color css
<style>
a { background-color: #505412; }
a { background-color: rgb(80,84,18); }
div.DivClassName
{
background-color: #505412;
}
.BgClassName
{
background-color: #505412;
}
</style>
border-color css
<style>
span { border-color: #505412; }
span { border-color: rgb(80,84,18); }
td.TdClassName
{
border-color: #505412;
}
.TagClassName
{
border-color: #505412;
}
</style>