Shades of Verdun Green #4D7105
Tints of Verdun Green #4D7105
RGB
CMYK
RGB Variations
Color information
#4D7105 (or 0x4D7105) is known color: Verdun Green. HEX triplet: 4D, 71 and 05. RGB value is (77,113,5). Sum of RGB (Red+Green+Blue) = 77+113+5=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7105 is #B28EFA. Grayscale: #5A5A5A. Windows color (decimal): -11702011 or 356685. OLE color: 356685.
HSL color Cylindrical-coordinate representation of color #4D7105: hue angle of 80º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D7105 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 5 | - |
| CMYK | 0.32 | 0 | 0.96 | 0.56 |
| HSL | 80º | 0.92% | 0.23% | - |
| HSV(B) | 80º | 0.96% | 0.44% | - |
| XYZ | 8.99 | 13.4 | 2.26 | - |
| YUV | 89.92 | 80.07 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 5 | 0.32 | 0 | 0.96 | 0.56 | 80 | 0.92 | 0.23 |
| Hex | 4D | 71 | 5 | 20 | 0 | 60 | 38 | 50 | 5C | 17 |
| Octal | 115 | 161 | 5 | 40 | 0 | 140 | 70 | 120 | 134 | 27 |
| Binary | 1001101 | 1110001 | 101 | 100000 | 0 | 1100000 | 111000 | 1010000 | 1011100 | 10111 |
Color Harmonies of #4D7105
Complementary color
Monochromatic Colors of #4D7105
Black with #4D7105
Text Example
Text Example
White with #4D7105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7105; }
p { color: rgb(77,113,5); }
H1.HeaderClassName
{
color: #4D7105;
}
.AnyTagClassName
{
color: #4D7105;
}
</style>
background-color css
<style>
a { background-color: #4D7105; }
a { background-color: rgb(77,113,5); }
div.DivClassName
{
background-color: #4D7105;
}
.BgClassName
{
background-color: #4D7105;
}
</style>
border-color css
<style>
span { border-color: #4D7105; }
span { border-color: rgb(77,113,5); }
td.TdClassName
{
border-color: #4D7105;
}
.TagClassName
{
border-color: #4D7105;
}
</style>