Shades of Verdun Green #4D6501
Tints of Verdun Green #4D6501
RGB
CMYK
RGB Variations
Color information
#4D6501 (or 0x4D6501) is known color: Verdun Green. HEX triplet: 4D, 65 and 01. RGB value is (77,101,1). Sum of RGB (Red+Green+Blue) = 77+101+1=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6501 is #B29AFE. Grayscale: #525252. Windows color (decimal): -11705087 or 91469. OLE color: 91469.
HSL color Cylindrical-coordinate representation of color #4D6501: hue angle of 74.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D6501 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.60 |
| HSL | 74.4º | 0.98% | 0.2% | - |
| HSV(B) | 74.4º | 0.99% | 0.4% | - |
| XYZ | 7.72 | 10.89 | 1.72 | - |
| YUV | 82.42 | 82.05 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 1 | 0.24 | 0 | 0.99 | 0.60 | 74.4 | 0.98 | 0.2 |
| Hex | 4D | 65 | 1 | 18 | 0 | 63 | 3C | 4A | 62 | 14 |
| Octal | 115 | 145 | 1 | 30 | 0 | 143 | 74 | 112 | 142 | 24 |
| Binary | 1001101 | 1100101 | 1 | 11000 | 0 | 1100011 | 111100 | 1001010 | 1100010 | 10100 |
Color Harmonies of #4D6501
Complementary color
Monochromatic Colors of #4D6501
Black with #4D6501
Text Example
Text Example
White with #4D6501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6501; }
p { color: rgb(77,101,1); }
H1.HeaderClassName
{
color: #4D6501;
}
.AnyTagClassName
{
color: #4D6501;
}
</style>
background-color css
<style>
a { background-color: #4D6501; }
a { background-color: rgb(77,101,1); }
div.DivClassName
{
background-color: #4D6501;
}
.BgClassName
{
background-color: #4D6501;
}
</style>
border-color css
<style>
span { border-color: #4D6501; }
span { border-color: rgb(77,101,1); }
td.TdClassName
{
border-color: #4D6501;
}
.TagClassName
{
border-color: #4D6501;
}
</style>