Shades of Verdun Green #4E620D
Tints of Verdun Green #4E620D
RGB
CMYK
RGB Variations
Color information
#4E620D (or 0x4E620D) is known color: Verdun Green. HEX triplet: 4E, 62 and 0D. RGB value is (78,98,13). Sum of RGB (Red+Green+Blue) = 78+98+13=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #4E620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E620D is #B19DF2. Grayscale: #525252. Windows color (decimal): -11640307 or 877134. OLE color: 877134.
HSL color Cylindrical-coordinate representation of color #4E620D: hue angle of 74.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E620D is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 13 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.62 |
| HSL | 74.12º | 0.77% | 0.22% | - |
| HSV(B) | 74.12º | 0.87% | 0.38% | - |
| XYZ | 7.58 | 10.38 | 1.99 | - |
| YUV | 82.33 | 88.87 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 13 | 0.20 | 0 | 0.87 | 0.62 | 74.12 | 0.77 | 0.22 |
| Hex | 4E | 62 | D | 14 | 0 | 57 | 3E | 4A | 4D | 16 |
| Octal | 116 | 142 | 15 | 24 | 0 | 127 | 76 | 112 | 115 | 26 |
| Binary | 1001110 | 1100010 | 1101 | 10100 | 0 | 1010111 | 111110 | 1001010 | 1001101 | 10110 |
Color Harmonies of #4E620D
Complementary color
Monochromatic Colors of #4E620D
Black with #4E620D
Text Example
Text Example
White with #4E620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E620D; }
p { color: rgb(78,98,13); }
H1.HeaderClassName
{
color: #4E620D;
}
.AnyTagClassName
{
color: #4E620D;
}
</style>
background-color css
<style>
a { background-color: #4E620D; }
a { background-color: rgb(78,98,13); }
div.DivClassName
{
background-color: #4E620D;
}
.BgClassName
{
background-color: #4E620D;
}
</style>
border-color css
<style>
span { border-color: #4E620D; }
span { border-color: rgb(78,98,13); }
td.TdClassName
{
border-color: #4E620D;
}
.TagClassName
{
border-color: #4E620D;
}
</style>