Shades of Verdun Green #4D5701
Tints of Verdun Green #4D5701
RGB
CMYK
RGB Variations
Color information
#4D5701 (or 0x4D5701) is known color: Verdun Green. HEX triplet: 4D, 57 and 01. RGB value is (77,87,1). Sum of RGB (Red+Green+Blue) = 77+87+1=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 87 (34.38% from 255 or 52.73% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 87 - color contains mainly: green. Hex color #4D5701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D5701 is #B2A8FE. Grayscale: #4A4A4A. Windows color (decimal): -11708671 or 87885. OLE color: 87885.
HSL color Cylindrical-coordinate representation of color #4D5701: hue angle of 66.98º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D5701 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 87 | 1 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.66 |
| HSL | 66.98º | 0.98% | 0.17% | - |
| HSV(B) | 66.98º | 0.99% | 0.34% | - |
| XYZ | 6.47 | 8.4 | 1.31 | - |
| YUV | 74.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 1 | 0.11 | 0 | 0.99 | 0.66 | 66.98 | 0.98 | 0.17 |
| Hex | 4D | 57 | 1 | B | 0 | 63 | 42 | 43 | 62 | 11 |
| Octal | 115 | 127 | 1 | 13 | 0 | 143 | 102 | 103 | 142 | 21 |
| Binary | 1001101 | 1010111 | 1 | 1011 | 0 | 1100011 | 1000010 | 1000011 | 1100010 | 10001 |
Color Harmonies of #4D5701
Complementary color
Monochromatic Colors of #4D5701
Black with #4D5701
Text Example
Text Example
White with #4D5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5701; }
p { color: rgb(77,87,1); }
H1.HeaderClassName
{
color: #4D5701;
}
.AnyTagClassName
{
color: #4D5701;
}
</style>
background-color css
<style>
a { background-color: #4D5701; }
a { background-color: rgb(77,87,1); }
div.DivClassName
{
background-color: #4D5701;
}
.BgClassName
{
background-color: #4D5701;
}
</style>
border-color css
<style>
span { border-color: #4D5701; }
span { border-color: rgb(77,87,1); }
td.TdClassName
{
border-color: #4D5701;
}
.TagClassName
{
border-color: #4D5701;
}
</style>