Shades of Verdun Green #4D6905
Tints of Verdun Green #4D6905
RGB
CMYK
RGB Variations
Color information
#4D6905 (or 0x4D6905) is known color: Verdun Green. HEX triplet: 4D, 69 and 05. RGB value is (77,105,5). Sum of RGB (Red+Green+Blue) = 77+105+5=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6905 is #B296FA. Grayscale: #555555. Windows color (decimal): -11704059 or 354637. OLE color: 354637.
HSL color Cylindrical-coordinate representation of color #4D6905: hue angle of 76.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D6905 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 5 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.59 |
| HSL | 76.8º | 0.91% | 0.22% | - |
| HSV(B) | 76.8º | 0.95% | 0.41% | - |
| XYZ | 8.14 | 11.69 | 1.97 | - |
| YUV | 85.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 5 | 0.27 | 0 | 0.95 | 0.59 | 76.8 | 0.91 | 0.22 |
| Hex | 4D | 69 | 5 | 1B | 0 | 5F | 3B | 4D | 5B | 16 |
| Octal | 115 | 151 | 5 | 33 | 0 | 137 | 73 | 115 | 133 | 26 |
| Binary | 1001101 | 1101001 | 101 | 11011 | 0 | 1011111 | 111011 | 1001101 | 1011011 | 10110 |
Color Harmonies of #4D6905
Complementary color
Monochromatic Colors of #4D6905
Black with #4D6905
Text Example
Text Example
White with #4D6905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6905; }
p { color: rgb(77,105,5); }
H1.HeaderClassName
{
color: #4D6905;
}
.AnyTagClassName
{
color: #4D6905;
}
</style>
background-color css
<style>
a { background-color: #4D6905; }
a { background-color: rgb(77,105,5); }
div.DivClassName
{
background-color: #4D6905;
}
.BgClassName
{
background-color: #4D6905;
}
</style>
border-color css
<style>
span { border-color: #4D6905; }
span { border-color: rgb(77,105,5); }
td.TdClassName
{
border-color: #4D6905;
}
.TagClassName
{
border-color: #4D6905;
}
</style>