Shades of Verdun Green #4D6006
Tints of Verdun Green #4D6006
RGB
CMYK
RGB Variations
Color information
#4D6006 (or 0x4D6006) is known color: Verdun Green. HEX triplet: 4D, 60 and 06. RGB value is (77,96,6). Sum of RGB (Red+Green+Blue) = 77+96+6=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6006 is #B29FF9. Grayscale: #505050. Windows color (decimal): -11706362 or 417869. OLE color: 417869.
HSL color Cylindrical-coordinate representation of color #4D6006: hue angle of 72.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D6006 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 6 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.62 |
| HSL | 72.67º | 0.88% | 0.2% | - |
| HSV(B) | 72.67º | 0.94% | 0.38% | - |
| XYZ | 7.28 | 9.96 | 1.71 | - |
| YUV | 80.06 | 86.21 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 6 | 0.20 | 0 | 0.94 | 0.62 | 72.67 | 0.88 | 0.2 |
| Hex | 4D | 60 | 6 | 14 | 0 | 5E | 3E | 49 | 58 | 14 |
| Octal | 115 | 140 | 6 | 24 | 0 | 136 | 76 | 111 | 130 | 24 |
| Binary | 1001101 | 1100000 | 110 | 10100 | 0 | 1011110 | 111110 | 1001001 | 1011000 | 10100 |
Color Harmonies of #4D6006
Complementary color
Monochromatic Colors of #4D6006
Black with #4D6006
Text Example
Text Example
White with #4D6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6006; }
p { color: rgb(77,96,6); }
H1.HeaderClassName
{
color: #4D6006;
}
.AnyTagClassName
{
color: #4D6006;
}
</style>
background-color css
<style>
a { background-color: #4D6006; }
a { background-color: rgb(77,96,6); }
div.DivClassName
{
background-color: #4D6006;
}
.BgClassName
{
background-color: #4D6006;
}
</style>
border-color css
<style>
span { border-color: #4D6006; }
span { border-color: rgb(77,96,6); }
td.TdClassName
{
border-color: #4D6006;
}
.TagClassName
{
border-color: #4D6006;
}
</style>