Shades of Verdun Green #4D6001
Tints of Verdun Green #4D6001
RGB
CMYK
RGB Variations
Color information
#4D6001 (or 0x4D6001) is known color: Verdun Green. HEX triplet: 4D, 60 and 01. RGB value is (77,96,1). Sum of RGB (Red+Green+Blue) = 77+96+1=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D6001 is #B29FFE. Grayscale: #4F4F4F. Windows color (decimal): -11706367 or 90189. OLE color: 90189.
HSL color Cylindrical-coordinate representation of color #4D6001: hue angle of 72º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D6001 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.62 |
| HSL | 72º | 0.98% | 0.19% | - |
| HSV(B) | 72º | 0.99% | 0.38% | - |
| XYZ | 7.25 | 9.95 | 1.57 | - |
| YUV | 79.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 1 | 0.20 | 0 | 0.99 | 0.62 | 72 | 0.98 | 0.19 |
| Hex | 4D | 60 | 1 | 14 | 0 | 63 | 3E | 48 | 62 | 13 |
| Octal | 115 | 140 | 1 | 24 | 0 | 143 | 76 | 110 | 142 | 23 |
| Binary | 1001101 | 1100000 | 1 | 10100 | 0 | 1100011 | 111110 | 1001000 | 1100010 | 10011 |
Color Harmonies of #4D6001
Complementary color
Monochromatic Colors of #4D6001
Black with #4D6001
Text Example
Text Example
White with #4D6001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6001; }
p { color: rgb(77,96,1); }
H1.HeaderClassName
{
color: #4D6001;
}
.AnyTagClassName
{
color: #4D6001;
}
</style>
background-color css
<style>
a { background-color: #4D6001; }
a { background-color: rgb(77,96,1); }
div.DivClassName
{
background-color: #4D6001;
}
.BgClassName
{
background-color: #4D6001;
}
</style>
border-color css
<style>
span { border-color: #4D6001; }
span { border-color: rgb(77,96,1); }
td.TdClassName
{
border-color: #4D6001;
}
.TagClassName
{
border-color: #4D6001;
}
</style>