Shades of Verdun Green #4D6B0F
Tints of Verdun Green #4D6B0F
RGB
CMYK
RGB Variations
Color information
#4D6B0F (or 0x4D6B0F) is known color: Verdun Green. HEX triplet: 4D, 6B and 0F. RGB value is (77,107,15). Sum of RGB (Red+Green+Blue) = 77+107+15=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6B0F is #B294F0. Grayscale: #575757. Windows color (decimal): -11703537 or 1010509. OLE color: 1010509.
HSL color Cylindrical-coordinate representation of color #4D6B0F: hue angle of 79.57º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D6B0F is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 15 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.58 |
| HSL | 79.57º | 0.75% | 0.24% | - |
| HSV(B) | 79.57º | 0.86% | 0.42% | - |
| XYZ | 8.4 | 12.13 | 2.35 | - |
| YUV | 87.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 15 | 0.28 | 0 | 0.86 | 0.58 | 79.57 | 0.75 | 0.24 |
| Hex | 4D | 6B | F | 1C | 0 | 56 | 3A | 50 | 4B | 18 |
| Octal | 115 | 153 | 17 | 34 | 0 | 126 | 72 | 120 | 113 | 30 |
| Binary | 1001101 | 1101011 | 1111 | 11100 | 0 | 1010110 | 111010 | 1010000 | 1001011 | 11000 |
Color Harmonies of #4D6B0F
Complementary color
Monochromatic Colors of #4D6B0F
Black with #4D6B0F
Text Example
Text Example
White with #4D6B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B0F; }
p { color: rgb(77,107,15); }
H1.HeaderClassName
{
color: #4D6B0F;
}
.AnyTagClassName
{
color: #4D6B0F;
}
</style>
background-color css
<style>
a { background-color: #4D6B0F; }
a { background-color: rgb(77,107,15); }
div.DivClassName
{
background-color: #4D6B0F;
}
.BgClassName
{
background-color: #4D6B0F;
}
</style>
border-color css
<style>
span { border-color: #4D6B0F; }
span { border-color: rgb(77,107,15); }
td.TdClassName
{
border-color: #4D6B0F;
}
.TagClassName
{
border-color: #4D6B0F;
}
</style>