Shades of Verdun Green #504F11
Tints of Verdun Green #504F11
RGB
CMYK
RGB Variations
Color information
#504F11 (or 0x504F11) is known color: Verdun Green. HEX triplet: 50, 4F and 11. RGB value is (80,79,17). Sum of RGB (Red+Green+Blue) = 80+79+17=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 17 (7.03% from 255 or 9.66% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #504F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F11 is #AFB0EE. Grayscale: #484848. Windows color (decimal): -11514095 or 1134416. OLE color: 1134416.
HSL color Cylindrical-coordinate representation of color #504F11: hue angle of 59.05º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504F11 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 17 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.69 |
| HSL | 59.05º | 0.65% | 0.19% | - |
| HSV(B) | 59.05º | 0.79% | 0.31% | - |
| XYZ | 6.21 | 7.34 | 1.62 | - |
| YUV | 72.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 17 | 0 | 0.01 | 0.79 | 0.69 | 59.05 | 0.65 | 0.19 |
| Hex | 50 | 4F | 11 | 0 | 1 | 4F | 45 | 3B | 41 | 13 |
| Octal | 120 | 117 | 21 | 0 | 1 | 117 | 105 | 73 | 101 | 23 |
| Binary | 1010000 | 1001111 | 10001 | 0 | 1 | 1001111 | 1000101 | 111011 | 1000001 | 10011 |
Color Harmonies of #504F11
Complementary color
Monochromatic Colors of #504F11
Black with #504F11
Text Example
Text Example
White with #504F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F11; }
p { color: rgb(80,79,17); }
H1.HeaderClassName
{
color: #504F11;
}
.AnyTagClassName
{
color: #504F11;
}
</style>
background-color css
<style>
a { background-color: #504F11; }
a { background-color: rgb(80,79,17); }
div.DivClassName
{
background-color: #504F11;
}
.BgClassName
{
background-color: #504F11;
}
</style>
border-color css
<style>
span { border-color: #504F11; }
span { border-color: rgb(80,79,17); }
td.TdClassName
{
border-color: #504F11;
}
.TagClassName
{
border-color: #504F11;
}
</style>