Shades of Verdun Green #4D6B0D
Tints of Verdun Green #4D6B0D
RGB
CMYK
RGB Variations
Color information
#4D6B0D (or 0x4D6B0D) is known color: Verdun Green. HEX triplet: 4D, 6B and 0D. RGB value is (77,107,13). Sum of RGB (Red+Green+Blue) = 77+107+13=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6B0D is #B294F2. Grayscale: #575757. Windows color (decimal): -11703539 or 879437. OLE color: 879437.
HSL color Cylindrical-coordinate representation of color #4D6B0D: hue angle of 79.15º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D6B0D is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 13 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.58 |
| HSL | 79.15º | 0.78% | 0.24% | - |
| HSV(B) | 79.15º | 0.88% | 0.42% | - |
| XYZ | 8.39 | 12.12 | 2.28 | - |
| YUV | 87.31 | 86.06 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 13 | 0.28 | 0 | 0.88 | 0.58 | 79.15 | 0.78 | 0.24 |
| Hex | 4D | 6B | D | 1C | 0 | 58 | 3A | 4F | 4E | 18 |
| Octal | 115 | 153 | 15 | 34 | 0 | 130 | 72 | 117 | 116 | 30 |
| Binary | 1001101 | 1101011 | 1101 | 11100 | 0 | 1011000 | 111010 | 1001111 | 1001110 | 11000 |
Color Harmonies of #4D6B0D
Complementary color
Monochromatic Colors of #4D6B0D
Black with #4D6B0D
Text Example
Text Example
White with #4D6B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B0D; }
p { color: rgb(77,107,13); }
H1.HeaderClassName
{
color: #4D6B0D;
}
.AnyTagClassName
{
color: #4D6B0D;
}
</style>
background-color css
<style>
a { background-color: #4D6B0D; }
a { background-color: rgb(77,107,13); }
div.DivClassName
{
background-color: #4D6B0D;
}
.BgClassName
{
background-color: #4D6B0D;
}
</style>
border-color css
<style>
span { border-color: #4D6B0D; }
span { border-color: rgb(77,107,13); }
td.TdClassName
{
border-color: #4D6B0D;
}
.TagClassName
{
border-color: #4D6B0D;
}
</style>