Shades of Verdun Green #504F03
Tints of Verdun Green #504F03
RGB
CMYK
RGB Variations
Color information
#504F03 (or 0x504F03) is known color: Verdun Green. HEX triplet: 50, 4F and 03. RGB value is (80,79,3). Sum of RGB (Red+Green+Blue) = 80+79+3=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #504F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F03 is #AFB0FC. Grayscale: #464646. Windows color (decimal): -11514109 or 216912. OLE color: 216912.
HSL color Cylindrical-coordinate representation of color #504F03: hue angle of 59.22º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #504F03 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 3 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.69 |
| HSL | 59.22º | 0.93% | 0.16% | - |
| HSV(B) | 59.22º | 0.96% | 0.31% | - |
| XYZ | 6.12 | 7.3 | 1.17 | - |
| YUV | 70.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 3 | 0 | 0.01 | 0.96 | 0.69 | 59.22 | 0.93 | 0.16 |
| Hex | 50 | 4F | 3 | 0 | 1 | 60 | 45 | 3B | 5D | 10 |
| Octal | 120 | 117 | 3 | 0 | 1 | 140 | 105 | 73 | 135 | 20 |
| Binary | 1010000 | 1001111 | 11 | 0 | 1 | 1100000 | 1000101 | 111011 | 1011101 | 10000 |
Color Harmonies of #504F03
Complementary color
Monochromatic Colors of #504F03
Black with #504F03
Text Example
Text Example
White with #504F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F03; }
p { color: rgb(80,79,3); }
H1.HeaderClassName
{
color: #504F03;
}
.AnyTagClassName
{
color: #504F03;
}
</style>
background-color css
<style>
a { background-color: #504F03; }
a { background-color: rgb(80,79,3); }
div.DivClassName
{
background-color: #504F03;
}
.BgClassName
{
background-color: #504F03;
}
</style>
border-color css
<style>
span { border-color: #504F03; }
span { border-color: rgb(80,79,3); }
td.TdClassName
{
border-color: #504F03;
}
.TagClassName
{
border-color: #504F03;
}
</style>