Shades of Verdun Green #4D5013
Tints of Verdun Green #4D5013
RGB
CMYK
RGB Variations
Color information
#4D5013 (or 0x4D5013) is known color: Verdun Green. HEX triplet: 4D, 50 and 13. RGB value is (77,80,19). Sum of RGB (Red+Green+Blue) = 77+80+19=176 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.75% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5013 is #B2AFEC. Grayscale: #484848. Windows color (decimal): -11710445 or 1265741. OLE color: 1265741.
HSL color Cylindrical-coordinate representation of color #4D5013: hue angle of 62.95º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D5013 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 77 | 80 | 19 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.69 |
| HSL | 62.95º | 0.62% | 0.19% | - |
| HSV(B) | 62.95º | 0.76% | 0.31% | - |
| XYZ | 6.05 | 7.36 | 1.72 | - |
| YUV | 72.15 | 98.01 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 19 | 0.04 | 0 | 0.76 | 0.69 | 62.95 | 0.62 | 0.19 |
| Hex | 4D | 50 | 13 | 4 | 0 | 4C | 45 | 3F | 3E | 13 |
| Octal | 115 | 120 | 23 | 4 | 0 | 114 | 105 | 77 | 76 | 23 |
| Binary | 1001101 | 1010000 | 10011 | 100 | 0 | 1001100 | 1000101 | 111111 | 111110 | 10011 |
Color Harmonies of #4D5013
Complementary color
Monochromatic Colors of #4D5013
Black with #4D5013
Text Example
Text Example
White with #4D5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5013; }
p { color: rgb(77,80,19); }
H1.HeaderClassName
{
color: #4D5013;
}
.AnyTagClassName
{
color: #4D5013;
}
</style>
background-color css
<style>
a { background-color: #4D5013; }
a { background-color: rgb(77,80,19); }
div.DivClassName
{
background-color: #4D5013;
}
.BgClassName
{
background-color: #4D5013;
}
</style>
border-color css
<style>
span { border-color: #4D5013; }
span { border-color: rgb(77,80,19); }
td.TdClassName
{
border-color: #4D5013;
}
.TagClassName
{
border-color: #4D5013;
}
</style>