Shades of Verdun Green #4D6812
Tints of Verdun Green #4D6812
RGB
CMYK
RGB Variations
Color information
#4D6812 (or 0x4D6812) is known color: Verdun Green. HEX triplet: 4D, 68 and 12. RGB value is (77,104,18). Sum of RGB (Red+Green+Blue) = 77+104+18=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6812 is #B297ED. Grayscale: #565656. Windows color (decimal): -11704302 or 1206349. OLE color: 1206349.
HSL color Cylindrical-coordinate representation of color #4D6812: hue angle of 78.84º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D6812 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 18 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.59 |
| HSL | 78.84º | 0.7% | 0.24% | - |
| HSV(B) | 78.84º | 0.83% | 0.41% | - |
| XYZ | 8.12 | 11.52 | 2.37 | - |
| YUV | 86.12 | 89.55 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 18 | 0.26 | 0 | 0.83 | 0.59 | 78.84 | 0.7 | 0.24 |
| Hex | 4D | 68 | 12 | 1A | 0 | 53 | 3B | 4F | 46 | 18 |
| Octal | 115 | 150 | 22 | 32 | 0 | 123 | 73 | 117 | 106 | 30 |
| Binary | 1001101 | 1101000 | 10010 | 11010 | 0 | 1010011 | 111011 | 1001111 | 1000110 | 11000 |
Color Harmonies of #4D6812
Complementary color
Monochromatic Colors of #4D6812
Black with #4D6812
Text Example
Text Example
White with #4D6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6812; }
p { color: rgb(77,104,18); }
H1.HeaderClassName
{
color: #4D6812;
}
.AnyTagClassName
{
color: #4D6812;
}
</style>
background-color css
<style>
a { background-color: #4D6812; }
a { background-color: rgb(77,104,18); }
div.DivClassName
{
background-color: #4D6812;
}
.BgClassName
{
background-color: #4D6812;
}
</style>
border-color css
<style>
span { border-color: #4D6812; }
span { border-color: rgb(77,104,18); }
td.TdClassName
{
border-color: #4D6812;
}
.TagClassName
{
border-color: #4D6812;
}
</style>