Shades of Verdun Green #4D6804
Tints of Verdun Green #4D6804
RGB
CMYK
RGB Variations
Color information
#4D6804 (or 0x4D6804) is known color: Verdun Green. HEX triplet: 4D, 68 and 04. RGB value is (77,104,4). Sum of RGB (Red+Green+Blue) = 77+104+4=185 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.62% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6804 is #B297FB. Grayscale: #545454. Windows color (decimal): -11704316 or 288845. OLE color: 288845.
HSL color Cylindrical-coordinate representation of color #4D6804: hue angle of 76.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D6804 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 4 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.59 |
| HSL | 76.2º | 0.93% | 0.21% | - |
| HSV(B) | 76.2º | 0.96% | 0.41% | - |
| XYZ | 8.03 | 11.49 | 1.91 | - |
| YUV | 84.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 4 | 0.26 | 0 | 0.96 | 0.59 | 76.2 | 0.93 | 0.21 |
| Hex | 4D | 68 | 4 | 1A | 0 | 60 | 3B | 4C | 5D | 15 |
| Octal | 115 | 150 | 4 | 32 | 0 | 140 | 73 | 114 | 135 | 25 |
| Binary | 1001101 | 1101000 | 100 | 11010 | 0 | 1100000 | 111011 | 1001100 | 1011101 | 10101 |
Color Harmonies of #4D6804
Complementary color
Monochromatic Colors of #4D6804
Black with #4D6804
Text Example
Text Example
White with #4D6804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6804; }
p { color: rgb(77,104,4); }
H1.HeaderClassName
{
color: #4D6804;
}
.AnyTagClassName
{
color: #4D6804;
}
</style>
background-color css
<style>
a { background-color: #4D6804; }
a { background-color: rgb(77,104,4); }
div.DivClassName
{
background-color: #4D6804;
}
.BgClassName
{
background-color: #4D6804;
}
</style>
border-color css
<style>
span { border-color: #4D6804; }
span { border-color: rgb(77,104,4); }
td.TdClassName
{
border-color: #4D6804;
}
.TagClassName
{
border-color: #4D6804;
}
</style>