Shades of Verdun Green #4D6B04
Tints of Verdun Green #4D6B04
RGB
CMYK
RGB Variations
Color information
#4D6B04 (or 0x4D6B04) is known color: Verdun Green. HEX triplet: 4D, 6B and 04. RGB value is (77,107,4). Sum of RGB (Red+Green+Blue) = 77+107+4=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6B04 is #B294FB. Grayscale: #565656. Windows color (decimal): -11703548 or 289613. OLE color: 289613.
HSL color Cylindrical-coordinate representation of color #4D6B04: hue angle of 77.48º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D6B04 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 4 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.58 |
| HSL | 77.48º | 0.93% | 0.22% | - |
| HSV(B) | 77.48º | 0.96% | 0.42% | - |
| XYZ | 8.34 | 12.1 | 2.01 | - |
| YUV | 86.29 | 81.56 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 4 | 0.28 | 0 | 0.96 | 0.58 | 77.48 | 0.93 | 0.22 |
| Hex | 4D | 6B | 4 | 1C | 0 | 60 | 3A | 4D | 5D | 16 |
| Octal | 115 | 153 | 4 | 34 | 0 | 140 | 72 | 115 | 135 | 26 |
| Binary | 1001101 | 1101011 | 100 | 11100 | 0 | 1100000 | 111010 | 1001101 | 1011101 | 10110 |
Color Harmonies of #4D6B04
Complementary color
Monochromatic Colors of #4D6B04
Black with #4D6B04
Text Example
Text Example
White with #4D6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B04; }
p { color: rgb(77,107,4); }
H1.HeaderClassName
{
color: #4D6B04;
}
.AnyTagClassName
{
color: #4D6B04;
}
</style>
background-color css
<style>
a { background-color: #4D6B04; }
a { background-color: rgb(77,107,4); }
div.DivClassName
{
background-color: #4D6B04;
}
.BgClassName
{
background-color: #4D6B04;
}
</style>
border-color css
<style>
span { border-color: #4D6B04; }
span { border-color: rgb(77,107,4); }
td.TdClassName
{
border-color: #4D6B04;
}
.TagClassName
{
border-color: #4D6B04;
}
</style>