Shades of Verdun Green #504D03
Tints of Verdun Green #504D03
RGB
CMYK
RGB Variations
Color information
#504D03 (or 0x504D03) is known color: Verdun Green. HEX triplet: 50, 4D and 03. RGB value is (80,77,3). Sum of RGB (Red+Green+Blue) = 80+77+3=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #504D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504D03 is #AFB2FC. Grayscale: #454545. Windows color (decimal): -11514621 or 216400. OLE color: 216400.
HSL color Cylindrical-coordinate representation of color #504D03: hue angle of 57.66º 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 #504D03 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 77 | 3 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.69 |
| HSL | 57.66º | 0.93% | 0.16% | - |
| HSV(B) | 57.66º | 0.96% | 0.31% | - |
| XYZ | 5.98 | 7.02 | 1.13 | - |
| YUV | 69.46 | 90.49 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 3 | 0 | 0.04 | 0.96 | 0.69 | 57.66 | 0.93 | 0.16 |
| Hex | 50 | 4D | 3 | 0 | 4 | 60 | 45 | 3A | 5D | 10 |
| Octal | 120 | 115 | 3 | 0 | 4 | 140 | 105 | 72 | 135 | 20 |
| Binary | 1010000 | 1001101 | 11 | 0 | 100 | 1100000 | 1000101 | 111010 | 1011101 | 10000 |
Color Harmonies of #504D03
Complementary color
Monochromatic Colors of #504D03
Black with #504D03
Text Example
Text Example
White with #504D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D03; }
p { color: rgb(80,77,3); }
H1.HeaderClassName
{
color: #504D03;
}
.AnyTagClassName
{
color: #504D03;
}
</style>
background-color css
<style>
a { background-color: #504D03; }
a { background-color: rgb(80,77,3); }
div.DivClassName
{
background-color: #504D03;
}
.BgClassName
{
background-color: #504D03;
}
</style>
border-color css
<style>
span { border-color: #504D03; }
span { border-color: rgb(80,77,3); }
td.TdClassName
{
border-color: #504D03;
}
.TagClassName
{
border-color: #504D03;
}
</style>