Shades of Verdun Green #4E5515
Tints of Verdun Green #4E5515
RGB
CMYK
RGB Variations
Color information
#4E5515 (or 0x4E5515) is known color: Verdun Green. HEX triplet: 4E, 55 and 15. RGB value is (78,85,21). Sum of RGB (Red+Green+Blue) = 78+85+21=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5515 is #B1AAEA. Grayscale: #4B4B4B. Windows color (decimal): -11643627 or 1398094. OLE color: 1398094.
HSL color Cylindrical-coordinate representation of color #4E5515: hue angle of 66.56º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E5515 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 21 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.67 |
| HSL | 66.56º | 0.6% | 0.21% | - |
| HSV(B) | 66.56º | 0.75% | 0.33% | - |
| XYZ | 6.53 | 8.17 | 1.94 | - |
| YUV | 75.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 21 | 0.08 | 0 | 0.75 | 0.67 | 66.56 | 0.6 | 0.21 |
| Hex | 4E | 55 | 15 | 8 | 0 | 4B | 43 | 43 | 3C | 15 |
| Octal | 116 | 125 | 25 | 10 | 0 | 113 | 103 | 103 | 74 | 25 |
| Binary | 1001110 | 1010101 | 10101 | 1000 | 0 | 1001011 | 1000011 | 1000011 | 111100 | 10101 |
Color Harmonies of #4E5515
Complementary color
Monochromatic Colors of #4E5515
Black with #4E5515
Text Example
Text Example
White with #4E5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5515; }
p { color: rgb(78,85,21); }
H1.HeaderClassName
{
color: #4E5515;
}
.AnyTagClassName
{
color: #4E5515;
}
</style>
background-color css
<style>
a { background-color: #4E5515; }
a { background-color: rgb(78,85,21); }
div.DivClassName
{
background-color: #4E5515;
}
.BgClassName
{
background-color: #4E5515;
}
</style>
border-color css
<style>
span { border-color: #4E5515; }
span { border-color: rgb(78,85,21); }
td.TdClassName
{
border-color: #4E5515;
}
.TagClassName
{
border-color: #4E5515;
}
</style>