Shades of Verdun Green #4D621E
Tints of Verdun Green #4D621E
RGB
CMYK
RGB Variations
Color information
#4D621E (or 0x4D621E) is known color: Verdun Green. HEX triplet: 4D, 62 and 1E. RGB value is (77,98,30). Sum of RGB (Red+Green+Blue) = 77+98+30=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #4D621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D621E is #B29DE1. Grayscale: #545454. Windows color (decimal): -11705826 or 1991245. OLE color: 1991245.
HSL color Cylindrical-coordinate representation of color #4D621E: hue angle of 78.53º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D621E is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 30 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.62 |
| HSL | 78.53º | 0.53% | 0.25% | - |
| HSV(B) | 78.53º | 0.69% | 0.38% | - |
| XYZ | 7.66 | 10.41 | 2.83 | - |
| YUV | 83.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 30 | 0.21 | 0 | 0.69 | 0.62 | 78.53 | 0.53 | 0.25 |
| Hex | 4D | 62 | 1E | 15 | 0 | 45 | 3E | 4F | 35 | 19 |
| Octal | 115 | 142 | 36 | 25 | 0 | 105 | 76 | 117 | 65 | 31 |
| Binary | 1001101 | 1100010 | 11110 | 10101 | 0 | 1000101 | 111110 | 1001111 | 110101 | 11001 |
Color Harmonies of #4D621E
Complementary color
Monochromatic Colors of #4D621E
Black with #4D621E
Text Example
Text Example
White with #4D621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D621E; }
p { color: rgb(77,98,30); }
H1.HeaderClassName
{
color: #4D621E;
}
.AnyTagClassName
{
color: #4D621E;
}
</style>
background-color css
<style>
a { background-color: #4D621E; }
a { background-color: rgb(77,98,30); }
div.DivClassName
{
background-color: #4D621E;
}
.BgClassName
{
background-color: #4D621E;
}
</style>
border-color css
<style>
span { border-color: #4D621E; }
span { border-color: rgb(77,98,30); }
td.TdClassName
{
border-color: #4D621E;
}
.TagClassName
{
border-color: #4D621E;
}
</style>