Shades of Verdun Green #4D6814
Tints of Verdun Green #4D6814
RGB
CMYK
RGB Variations
Color information
#4D6814 (or 0x4D6814) is known color: Verdun Green. HEX triplet: 4D, 68 and 14. RGB value is (77,104,20). Sum of RGB (Red+Green+Blue) = 77+104+20=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6814 is #B297EB. Grayscale: #565656. Windows color (decimal): -11704300 or 1337421. OLE color: 1337421.
HSL color Cylindrical-coordinate representation of color #4D6814: hue angle of 79.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D6814 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 20 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.59 |
| HSL | 79.29º | 0.68% | 0.24% | - |
| HSV(B) | 79.29º | 0.81% | 0.41% | - |
| XYZ | 8.14 | 11.53 | 2.46 | - |
| YUV | 86.35 | 90.55 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 20 | 0.26 | 0 | 0.81 | 0.59 | 79.29 | 0.68 | 0.24 |
| Hex | 4D | 68 | 14 | 1A | 0 | 51 | 3B | 4F | 44 | 18 |
| Octal | 115 | 150 | 24 | 32 | 0 | 121 | 73 | 117 | 104 | 30 |
| Binary | 1001101 | 1101000 | 10100 | 11010 | 0 | 1010001 | 111011 | 1001111 | 1000100 | 11000 |
Color Harmonies of #4D6814
Complementary color
Monochromatic Colors of #4D6814
Black with #4D6814
Text Example
Text Example
White with #4D6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6814; }
p { color: rgb(77,104,20); }
H1.HeaderClassName
{
color: #4D6814;
}
.AnyTagClassName
{
color: #4D6814;
}
</style>
background-color css
<style>
a { background-color: #4D6814; }
a { background-color: rgb(77,104,20); }
div.DivClassName
{
background-color: #4D6814;
}
.BgClassName
{
background-color: #4D6814;
}
</style>
border-color css
<style>
span { border-color: #4D6814; }
span { border-color: rgb(77,104,20); }
td.TdClassName
{
border-color: #4D6814;
}
.TagClassName
{
border-color: #4D6814;
}
</style>