Shades of Verdun Green #4D6802
Tints of Verdun Green #4D6802
RGB
CMYK
RGB Variations
Color information
#4D6802 (or 0x4D6802) is known color: Verdun Green. HEX triplet: 4D, 68 and 02. RGB value is (77,104,2). Sum of RGB (Red+Green+Blue) = 77+104+2=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6802 is #B297FD. Grayscale: #545454. Windows color (decimal): -11704318 or 157773. OLE color: 157773.
HSL color Cylindrical-coordinate representation of color #4D6802: hue angle of 75.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D6802 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 2 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.59 |
| HSL | 75.88º | 0.96% | 0.21% | - |
| HSV(B) | 75.88º | 0.98% | 0.41% | - |
| XYZ | 8.02 | 11.48 | 1.85 | - |
| YUV | 84.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 2 | 0.26 | 0 | 0.98 | 0.59 | 75.88 | 0.96 | 0.21 |
| Hex | 4D | 68 | 2 | 1A | 0 | 62 | 3B | 4C | 60 | 15 |
| Octal | 115 | 150 | 2 | 32 | 0 | 142 | 73 | 114 | 140 | 25 |
| Binary | 1001101 | 1101000 | 10 | 11010 | 0 | 1100010 | 111011 | 1001100 | 1100000 | 10101 |
Color Harmonies of #4D6802
Complementary color
Monochromatic Colors of #4D6802
Black with #4D6802
Text Example
Text Example
White with #4D6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6802; }
p { color: rgb(77,104,2); }
H1.HeaderClassName
{
color: #4D6802;
}
.AnyTagClassName
{
color: #4D6802;
}
</style>
background-color css
<style>
a { background-color: #4D6802; }
a { background-color: rgb(77,104,2); }
div.DivClassName
{
background-color: #4D6802;
}
.BgClassName
{
background-color: #4D6802;
}
</style>
border-color css
<style>
span { border-color: #4D6802; }
span { border-color: rgb(77,104,2); }
td.TdClassName
{
border-color: #4D6802;
}
.TagClassName
{
border-color: #4D6802;
}
</style>