Shades of Verdun Green #4D6F08
Tints of Verdun Green #4D6F08
RGB
CMYK
RGB Variations
Color information
#4D6F08 (or 0x4D6F08) is known color: Verdun Green. HEX triplet: 4D, 6F and 08. RGB value is (77,111,8). Sum of RGB (Red+Green+Blue) = 77+111+8=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6F08 is #B290F7. Grayscale: #595959. Windows color (decimal): -11702520 or 552781. OLE color: 552781.
HSL color Cylindrical-coordinate representation of color #4D6F08: hue angle of 79.81º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D6F08 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 8 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.56 |
| HSL | 79.81º | 0.87% | 0.23% | - |
| HSV(B) | 79.81º | 0.93% | 0.44% | - |
| XYZ | 8.79 | 12.96 | 2.27 | - |
| YUV | 89.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 8 | 0.31 | 0 | 0.93 | 0.56 | 79.81 | 0.87 | 0.23 |
| Hex | 4D | 6F | 8 | 1F | 0 | 5D | 38 | 50 | 57 | 17 |
| Octal | 115 | 157 | 10 | 37 | 0 | 135 | 70 | 120 | 127 | 27 |
| Binary | 1001101 | 1101111 | 1000 | 11111 | 0 | 1011101 | 111000 | 1010000 | 1010111 | 10111 |
Color Harmonies of #4D6F08
Complementary color
Monochromatic Colors of #4D6F08
Black with #4D6F08
Text Example
Text Example
White with #4D6F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F08; }
p { color: rgb(77,111,8); }
H1.HeaderClassName
{
color: #4D6F08;
}
.AnyTagClassName
{
color: #4D6F08;
}
</style>
background-color css
<style>
a { background-color: #4D6F08; }
a { background-color: rgb(77,111,8); }
div.DivClassName
{
background-color: #4D6F08;
}
.BgClassName
{
background-color: #4D6F08;
}
</style>
border-color css
<style>
span { border-color: #4D6F08; }
span { border-color: rgb(77,111,8); }
td.TdClassName
{
border-color: #4D6F08;
}
.TagClassName
{
border-color: #4D6F08;
}
</style>