Shades of Verdun Green #505000
Tints of Verdun Green #505000
RGB
CMYK
RGB Variations
Color information
#505000 (or 0x505000) is known color: Verdun Green. HEX triplet: 50, 50 and 00. RGB value is (80,80,0). Sum of RGB (Red+Green+Blue) = 80+80+0=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505000 is #AFAFFF. Grayscale: #474747. Windows color (decimal): -11513856 or 20560. OLE color: 20560.
HSL color Cylindrical-coordinate representation of color #505000: hue angle of 60º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #505000 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 80 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.69 |
| HSL | 60º | 1% | 0.16% | - |
| HSV(B) | 60º | 1% | 0.31% | - |
| XYZ | 6.18 | 7.44 | 1.11 | - |
| YUV | 70.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 80 | 0 | 0 | 0 | 1 | 0.69 | 60 | 1 | 0.16 |
| Hex | 50 | 50 | 0 | 0 | 0 | 64 | 45 | 3C | 64 | 10 |
| Octal | 120 | 120 | 0 | 0 | 0 | 144 | 105 | 74 | 144 | 20 |
| Binary | 1010000 | 1010000 | 0 | 0 | 0 | 1100100 | 1000101 | 111100 | 1100100 | 10000 |
Color Harmonies of #505000
Complementary color
Monochromatic Colors of #505000
Black with #505000
Text Example
Text Example
White with #505000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505000; }
p { color: rgb(80,80,0); }
H1.HeaderClassName
{
color: #505000;
}
.AnyTagClassName
{
color: #505000;
}
</style>
background-color css
<style>
a { background-color: #505000; }
a { background-color: rgb(80,80,0); }
div.DivClassName
{
background-color: #505000;
}
.BgClassName
{
background-color: #505000;
}
</style>
border-color css
<style>
span { border-color: #505000; }
span { border-color: rgb(80,80,0); }
td.TdClassName
{
border-color: #505000;
}
.TagClassName
{
border-color: #505000;
}
</style>