Shades of Verdun Green #504E0F
Tints of Verdun Green #504E0F
RGB
CMYK
RGB Variations
Color information
#504E0F (or 0x504E0F) is known color: Verdun Green. HEX triplet: 50, 4E and 0F. RGB value is (80,78,15). Sum of RGB (Red+Green+Blue) = 80+78+15=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 80 - color contains mainly: red. Hex color #504E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E0F is #AFB1F0. Grayscale: #474747. Windows color (decimal): -11514353 or 1003088. OLE color: 1003088.
HSL color Cylindrical-coordinate representation of color #504E0F: hue angle of 58.15º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #504E0F is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 15 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.69 |
| HSL | 58.15º | 0.68% | 0.19% | - |
| HSV(B) | 58.15º | 0.81% | 0.31% | - |
| XYZ | 6.12 | 7.19 | 1.52 | - |
| YUV | 71.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 15 | 0 | 0.02 | 0.81 | 0.69 | 58.15 | 0.68 | 0.19 |
| Hex | 50 | 4E | F | 0 | 2 | 51 | 45 | 3A | 44 | 13 |
| Octal | 120 | 116 | 17 | 0 | 2 | 121 | 105 | 72 | 104 | 23 |
| Binary | 1010000 | 1001110 | 1111 | 0 | 10 | 1010001 | 1000101 | 111010 | 1000100 | 10011 |
Color Harmonies of #504E0F
Complementary color
Monochromatic Colors of #504E0F
Black with #504E0F
Text Example
Text Example
White with #504E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E0F; }
p { color: rgb(80,78,15); }
H1.HeaderClassName
{
color: #504E0F;
}
.AnyTagClassName
{
color: #504E0F;
}
</style>
background-color css
<style>
a { background-color: #504E0F; }
a { background-color: rgb(80,78,15); }
div.DivClassName
{
background-color: #504E0F;
}
.BgClassName
{
background-color: #504E0F;
}
</style>
border-color css
<style>
span { border-color: #504E0F; }
span { border-color: rgb(80,78,15); }
td.TdClassName
{
border-color: #504E0F;
}
.TagClassName
{
border-color: #504E0F;
}
</style>