Shades of Verdun Green #504E00
Tints of Verdun Green #504E00
RGB
CMYK
RGB Variations
Color information
#504E00 (or 0x504E00) is known color: Verdun Green. HEX triplet: 50, 4E and 00. RGB value is (80,78,0). Sum of RGB (Red+Green+Blue) = 80+78+0=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #504E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E00 is #AFB1FF. Grayscale: #464646. Windows color (decimal): -11514368 or 20048. OLE color: 20048.
HSL color Cylindrical-coordinate representation of color #504E00: hue angle of 58.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #504E00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.69 |
| HSL | 58.5º | 1% | 0.16% | - |
| HSV(B) | 58.5º | 1% | 0.31% | - |
| XYZ | 6.03 | 7.15 | 1.06 | - |
| YUV | 69.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 0 | 0 | 0.02 | 1 | 0.69 | 58.5 | 1 | 0.16 |
| Hex | 50 | 4E | 0 | 0 | 2 | 64 | 45 | 3A | 64 | 10 |
| Octal | 120 | 116 | 0 | 0 | 2 | 144 | 105 | 72 | 144 | 20 |
| Binary | 1010000 | 1001110 | 0 | 0 | 10 | 1100100 | 1000101 | 111010 | 1100100 | 10000 |
Color Harmonies of #504E00
Complementary color
Monochromatic Colors of #504E00
Black with #504E00
Text Example
Text Example
White with #504E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E00; }
p { color: rgb(80,78,0); }
H1.HeaderClassName
{
color: #504E00;
}
.AnyTagClassName
{
color: #504E00;
}
</style>
background-color css
<style>
a { background-color: #504E00; }
a { background-color: rgb(80,78,0); }
div.DivClassName
{
background-color: #504E00;
}
.BgClassName
{
background-color: #504E00;
}
</style>
border-color css
<style>
span { border-color: #504E00; }
span { border-color: rgb(80,78,0); }
td.TdClassName
{
border-color: #504E00;
}
.TagClassName
{
border-color: #504E00;
}
</style>