Shades of Verdun Green #4D5900
Tints of Verdun Green #4D5900
RGB
CMYK
RGB Variations
Color information
#4D5900 (or 0x4D5900) is known color: Verdun Green. HEX triplet: 4D, 59 and 00. RGB value is (77,89,0). Sum of RGB (Red+Green+Blue) = 77+89+0=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5900 is #B2A6FF. Grayscale: #4B4B4B. Windows color (decimal): -11708160 or 22861. OLE color: 22861.
HSL color Cylindrical-coordinate representation of color #4D5900: hue angle of 68.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D5900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.65 |
| HSL | 68.09º | 1% | 0.17% | - |
| HSV(B) | 68.09º | 1% | 0.35% | - |
| XYZ | 6.63 | 8.72 | 1.33 | - |
| YUV | 75.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 0 | 0.13 | 0 | 1 | 0.65 | 68.09 | 1 | 0.17 |
| Hex | 4D | 59 | 0 | D | 0 | 64 | 41 | 44 | 64 | 11 |
| Octal | 115 | 131 | 0 | 15 | 0 | 144 | 101 | 104 | 144 | 21 |
| Binary | 1001101 | 1011001 | 0 | 1101 | 0 | 1100100 | 1000001 | 1000100 | 1100100 | 10001 |
Color Harmonies of #4D5900
Complementary color
Monochromatic Colors of #4D5900
Black with #4D5900
Text Example
Text Example
White with #4D5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5900; }
p { color: rgb(77,89,0); }
H1.HeaderClassName
{
color: #4D5900;
}
.AnyTagClassName
{
color: #4D5900;
}
</style>
background-color css
<style>
a { background-color: #4D5900; }
a { background-color: rgb(77,89,0); }
div.DivClassName
{
background-color: #4D5900;
}
.BgClassName
{
background-color: #4D5900;
}
</style>
border-color css
<style>
span { border-color: #4D5900; }
span { border-color: rgb(77,89,0); }
td.TdClassName
{
border-color: #4D5900;
}
.TagClassName
{
border-color: #4D5900;
}
</style>