Shades of Verdun Green #4D6710
Tints of Verdun Green #4D6710
RGB
CMYK
RGB Variations
Color information
#4D6710 (or 0x4D6710) is known color: Verdun Green. HEX triplet: 4D, 67 and 10. RGB value is (77,103,16). Sum of RGB (Red+Green+Blue) = 77+103+16=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #4D6710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6710 is #B298EF. Grayscale: #555555. Windows color (decimal): -11704560 or 1075021. OLE color: 1075021.
HSL color Cylindrical-coordinate representation of color #4D6710: hue angle of 77.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D6710 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 103 | 16 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.60 |
| HSL | 77.93º | 0.73% | 0.23% | - |
| HSV(B) | 77.93º | 0.84% | 0.4% | - |
| XYZ | 8 | 11.32 | 2.25 | - |
| YUV | 85.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 16 | 0.25 | 0 | 0.84 | 0.60 | 77.93 | 0.73 | 0.23 |
| Hex | 4D | 67 | 10 | 19 | 0 | 54 | 3C | 4E | 49 | 17 |
| Octal | 115 | 147 | 20 | 31 | 0 | 124 | 74 | 116 | 111 | 27 |
| Binary | 1001101 | 1100111 | 10000 | 11001 | 0 | 1010100 | 111100 | 1001110 | 1001001 | 10111 |
Color Harmonies of #4D6710
Complementary color
Monochromatic Colors of #4D6710
Black with #4D6710
Text Example
Text Example
White with #4D6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6710; }
p { color: rgb(77,103,16); }
H1.HeaderClassName
{
color: #4D6710;
}
.AnyTagClassName
{
color: #4D6710;
}
</style>
background-color css
<style>
a { background-color: #4D6710; }
a { background-color: rgb(77,103,16); }
div.DivClassName
{
background-color: #4D6710;
}
.BgClassName
{
background-color: #4D6710;
}
</style>
border-color css
<style>
span { border-color: #4D6710; }
span { border-color: rgb(77,103,16); }
td.TdClassName
{
border-color: #4D6710;
}
.TagClassName
{
border-color: #4D6710;
}
</style>