Shades of Verdun Green #4D5906
Tints of Verdun Green #4D5906
RGB
CMYK
RGB Variations
Color information
#4D5906 (or 0x4D5906) is known color: Verdun Green. HEX triplet: 4D, 59 and 06. RGB value is (77,89,6). Sum of RGB (Red+Green+Blue) = 77+89+6=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5906 is #B2A6F9. Grayscale: #4C4C4C. Windows color (decimal): -11708154 or 416077. OLE color: 416077.
HSL color Cylindrical-coordinate representation of color #4D5906: hue angle of 68.67º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D5906 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 6 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.65 |
| HSL | 68.67º | 0.87% | 0.19% | - |
| HSV(B) | 68.67º | 0.93% | 0.35% | - |
| XYZ | 6.67 | 8.74 | 1.51 | - |
| YUV | 75.95 | 88.52 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 6 | 0.13 | 0 | 0.93 | 0.65 | 68.67 | 0.87 | 0.19 |
| Hex | 4D | 59 | 6 | D | 0 | 5D | 41 | 45 | 57 | 13 |
| Octal | 115 | 131 | 6 | 15 | 0 | 135 | 101 | 105 | 127 | 23 |
| Binary | 1001101 | 1011001 | 110 | 1101 | 0 | 1011101 | 1000001 | 1000101 | 1010111 | 10011 |
Color Harmonies of #4D5906
Complementary color
Monochromatic Colors of #4D5906
Black with #4D5906
Text Example
Text Example
White with #4D5906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5906; }
p { color: rgb(77,89,6); }
H1.HeaderClassName
{
color: #4D5906;
}
.AnyTagClassName
{
color: #4D5906;
}
</style>
background-color css
<style>
a { background-color: #4D5906; }
a { background-color: rgb(77,89,6); }
div.DivClassName
{
background-color: #4D5906;
}
.BgClassName
{
background-color: #4D5906;
}
</style>
border-color css
<style>
span { border-color: #4D5906; }
span { border-color: rgb(77,89,6); }
td.TdClassName
{
border-color: #4D5906;
}
.TagClassName
{
border-color: #4D5906;
}
</style>