Shades of Verdun Green #4E5417
Tints of Verdun Green #4E5417
RGB
CMYK
RGB Variations
Color information
#4E5417 (or 0x4E5417) is known color: Verdun Green. HEX triplet: 4E, 54 and 17. RGB value is (78,84,23). Sum of RGB (Red+Green+Blue) = 78+84+23=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #4E5417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5417 is #B1ABE8. Grayscale: #4B4B4B. Windows color (decimal): -11643881 or 1528910. OLE color: 1528910.
HSL color Cylindrical-coordinate representation of color #4E5417: hue angle of 65.9º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E5417 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 84 | 23 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.67 |
| HSL | 65.9º | 0.57% | 0.21% | - |
| HSV(B) | 65.9º | 0.73% | 0.33% | - |
| XYZ | 6.47 | 8.02 | 2.02 | - |
| YUV | 75.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 23 | 0.07 | 0 | 0.73 | 0.67 | 65.9 | 0.57 | 0.21 |
| Hex | 4E | 54 | 17 | 7 | 0 | 49 | 43 | 42 | 39 | 15 |
| Octal | 116 | 124 | 27 | 7 | 0 | 111 | 103 | 102 | 71 | 25 |
| Binary | 1001110 | 1010100 | 10111 | 111 | 0 | 1001001 | 1000011 | 1000010 | 111001 | 10101 |
Color Harmonies of #4E5417
Complementary color
Monochromatic Colors of #4E5417
Black with #4E5417
Text Example
Text Example
White with #4E5417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5417; }
p { color: rgb(78,84,23); }
H1.HeaderClassName
{
color: #4E5417;
}
.AnyTagClassName
{
color: #4E5417;
}
</style>
background-color css
<style>
a { background-color: #4E5417; }
a { background-color: rgb(78,84,23); }
div.DivClassName
{
background-color: #4E5417;
}
.BgClassName
{
background-color: #4E5417;
}
</style>
border-color css
<style>
span { border-color: #4E5417; }
span { border-color: rgb(78,84,23); }
td.TdClassName
{
border-color: #4E5417;
}
.TagClassName
{
border-color: #4E5417;
}
</style>