Shades of Verdun Green #504E05
Tints of Verdun Green #504E05
RGB
CMYK
RGB Variations
Color information
#504E05 (or 0x504E05) is known color: Verdun Green. HEX triplet: 50, 4E and 05. RGB value is (80,78,5). Sum of RGB (Red+Green+Blue) = 80+78+5=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E05 is #AFB1FA. Grayscale: #464646. Windows color (decimal): -11514363 or 347728. OLE color: 347728.
HSL color Cylindrical-coordinate representation of color #504E05: hue angle of 58.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504E05 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 5 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.69 |
| HSL | 58.4º | 0.88% | 0.17% | - |
| HSV(B) | 58.4º | 0.94% | 0.31% | - |
| XYZ | 6.06 | 7.17 | 1.21 | - |
| YUV | 70.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 5 | 0 | 0.02 | 0.94 | 0.69 | 58.4 | 0.88 | 0.17 |
| Hex | 50 | 4E | 5 | 0 | 2 | 5E | 45 | 3A | 58 | 11 |
| Octal | 120 | 116 | 5 | 0 | 2 | 136 | 105 | 72 | 130 | 21 |
| Binary | 1010000 | 1001110 | 101 | 0 | 10 | 1011110 | 1000101 | 111010 | 1011000 | 10001 |
Color Harmonies of #504E05
Complementary color
Monochromatic Colors of #504E05
Black with #504E05
Text Example
Text Example
White with #504E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E05; }
p { color: rgb(80,78,5); }
H1.HeaderClassName
{
color: #504E05;
}
.AnyTagClassName
{
color: #504E05;
}
</style>
background-color css
<style>
a { background-color: #504E05; }
a { background-color: rgb(80,78,5); }
div.DivClassName
{
background-color: #504E05;
}
.BgClassName
{
background-color: #504E05;
}
</style>
border-color css
<style>
span { border-color: #504E05; }
span { border-color: rgb(80,78,5); }
td.TdClassName
{
border-color: #504E05;
}
.TagClassName
{
border-color: #504E05;
}
</style>