Shades of Verdun Green #504F0D
Tints of Verdun Green #504F0D
RGB
CMYK
RGB Variations
Color information
#504F0D (or 0x504F0D) is known color: Verdun Green. HEX triplet: 50, 4F and 0D. RGB value is (80,79,13). Sum of RGB (Red+Green+Blue) = 80+79+13=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #504F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F0D is #AFB0F2. Grayscale: #484848. Windows color (decimal): -11514099 or 872272. OLE color: 872272.
HSL color Cylindrical-coordinate representation of color #504F0D: hue angle of 59.1º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #504F0D is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 79 | 13 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.69 |
| HSL | 59.1º | 0.72% | 0.18% | - |
| HSV(B) | 59.1º | 0.84% | 0.31% | - |
| XYZ | 6.18 | 7.33 | 1.47 | - |
| YUV | 71.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 13 | 0 | 0.01 | 0.84 | 0.69 | 59.1 | 0.72 | 0.18 |
| Hex | 50 | 4F | D | 0 | 1 | 54 | 45 | 3B | 48 | 12 |
| Octal | 120 | 117 | 15 | 0 | 1 | 124 | 105 | 73 | 110 | 22 |
| Binary | 1010000 | 1001111 | 1101 | 0 | 1 | 1010100 | 1000101 | 111011 | 1001000 | 10010 |
Color Harmonies of #504F0D
Complementary color
Monochromatic Colors of #504F0D
Black with #504F0D
Text Example
Text Example
White with #504F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F0D; }
p { color: rgb(80,79,13); }
H1.HeaderClassName
{
color: #504F0D;
}
.AnyTagClassName
{
color: #504F0D;
}
</style>
background-color css
<style>
a { background-color: #504F0D; }
a { background-color: rgb(80,79,13); }
div.DivClassName
{
background-color: #504F0D;
}
.BgClassName
{
background-color: #504F0D;
}
</style>
border-color css
<style>
span { border-color: #504F0D; }
span { border-color: rgb(80,79,13); }
td.TdClassName
{
border-color: #504F0D;
}
.TagClassName
{
border-color: #504F0D;
}
</style>