Shades of Verdun Green #504F04
Tints of Verdun Green #504F04
RGB
CMYK
RGB Variations
Color information
#504F04 (or 0x504F04) is known color: Verdun Green. HEX triplet: 50, 4F and 04. RGB value is (80,79,4). Sum of RGB (Red+Green+Blue) = 80+79+4=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F04 is #AFB0FB. Grayscale: #474747. Windows color (decimal): -11514108 or 282448. OLE color: 282448.
HSL color Cylindrical-coordinate representation of color #504F04: hue angle of 59.21º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #504F04 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 4 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.69 |
| HSL | 59.21º | 0.9% | 0.16% | - |
| HSV(B) | 59.21º | 0.95% | 0.31% | - |
| XYZ | 6.13 | 7.31 | 1.2 | - |
| YUV | 70.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 4 | 0 | 0.01 | 0.95 | 0.69 | 59.21 | 0.9 | 0.16 |
| Hex | 50 | 4F | 4 | 0 | 1 | 5F | 45 | 3B | 5A | 10 |
| Octal | 120 | 117 | 4 | 0 | 1 | 137 | 105 | 73 | 132 | 20 |
| Binary | 1010000 | 1001111 | 100 | 0 | 1 | 1011111 | 1000101 | 111011 | 1011010 | 10000 |
Color Harmonies of #504F04
Complementary color
Monochromatic Colors of #504F04
Black with #504F04
Text Example
Text Example
White with #504F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F04; }
p { color: rgb(80,79,4); }
H1.HeaderClassName
{
color: #504F04;
}
.AnyTagClassName
{
color: #504F04;
}
</style>
background-color css
<style>
a { background-color: #504F04; }
a { background-color: rgb(80,79,4); }
div.DivClassName
{
background-color: #504F04;
}
.BgClassName
{
background-color: #504F04;
}
</style>
border-color css
<style>
span { border-color: #504F04; }
span { border-color: rgb(80,79,4); }
td.TdClassName
{
border-color: #504F04;
}
.TagClassName
{
border-color: #504F04;
}
</style>