Shades of Verdun Green #504E0B
Tints of Verdun Green #504E0B
RGB
CMYK
RGB Variations
Color information
#504E0B (or 0x504E0B) is known color: Verdun Green. HEX triplet: 50, 4E and 0B. RGB value is (80,78,11). Sum of RGB (Red+Green+Blue) = 80+78+11=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 78 (30.86% from 255 or 46.15% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #504E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504E0B is #AFB1F4. Grayscale: #474747. Windows color (decimal): -11514357 or 740944. OLE color: 740944.
HSL color Cylindrical-coordinate representation of color #504E0B: hue angle of 58.26º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #504E0B is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 78 | 11 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.69 |
| HSL | 58.26º | 0.76% | 0.18% | - |
| HSV(B) | 58.26º | 0.86% | 0.31% | - |
| XYZ | 6.09 | 7.18 | 1.38 | - |
| YUV | 70.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 11 | 0 | 0.02 | 0.86 | 0.69 | 58.26 | 0.76 | 0.18 |
| Hex | 50 | 4E | B | 0 | 2 | 56 | 45 | 3A | 4C | 12 |
| Octal | 120 | 116 | 13 | 0 | 2 | 126 | 105 | 72 | 114 | 22 |
| Binary | 1010000 | 1001110 | 1011 | 0 | 10 | 1010110 | 1000101 | 111010 | 1001100 | 10010 |
Color Harmonies of #504E0B
Complementary color
Monochromatic Colors of #504E0B
Black with #504E0B
Text Example
Text Example
White with #504E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E0B; }
p { color: rgb(80,78,11); }
H1.HeaderClassName
{
color: #504E0B;
}
.AnyTagClassName
{
color: #504E0B;
}
</style>
background-color css
<style>
a { background-color: #504E0B; }
a { background-color: rgb(80,78,11); }
div.DivClassName
{
background-color: #504E0B;
}
.BgClassName
{
background-color: #504E0B;
}
</style>
border-color css
<style>
span { border-color: #504E0B; }
span { border-color: rgb(80,78,11); }
td.TdClassName
{
border-color: #504E0B;
}
.TagClassName
{
border-color: #504E0B;
}
</style>