Shades of Verdun Green #4E5316
Tints of Verdun Green #4E5316
RGB
CMYK
RGB Variations
Color information
#4E5316 (or 0x4E5316) is known color: Verdun Green. HEX triplet: 4E, 53 and 16. RGB value is (78,83,22). Sum of RGB (Red+Green+Blue) = 78+83+22=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #4E5316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E5316 is #B1ACE9. Grayscale: #4A4A4A. Windows color (decimal): -11644138 or 1463118. OLE color: 1463118.
HSL color Cylindrical-coordinate representation of color #4E5316: hue angle of 64.92º degrees, saturation: 0.58, 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 #4E5316 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 22 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.67 |
| HSL | 64.92º | 0.58% | 0.21% | - |
| HSV(B) | 64.92º | 0.73% | 0.33% | - |
| XYZ | 6.38 | 7.86 | 1.94 | - |
| YUV | 74.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 22 | 0.06 | 0 | 0.73 | 0.67 | 64.92 | 0.58 | 0.21 |
| Hex | 4E | 53 | 16 | 6 | 0 | 49 | 43 | 41 | 3A | 15 |
| Octal | 116 | 123 | 26 | 6 | 0 | 111 | 103 | 101 | 72 | 25 |
| Binary | 1001110 | 1010011 | 10110 | 110 | 0 | 1001001 | 1000011 | 1000001 | 111010 | 10101 |
Color Harmonies of #4E5316
Complementary color
Monochromatic Colors of #4E5316
Black with #4E5316
Text Example
Text Example
White with #4E5316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5316; }
p { color: rgb(78,83,22); }
H1.HeaderClassName
{
color: #4E5316;
}
.AnyTagClassName
{
color: #4E5316;
}
</style>
background-color css
<style>
a { background-color: #4E5316; }
a { background-color: rgb(78,83,22); }
div.DivClassName
{
background-color: #4E5316;
}
.BgClassName
{
background-color: #4E5316;
}
</style>
border-color css
<style>
span { border-color: #4E5316; }
span { border-color: rgb(78,83,22); }
td.TdClassName
{
border-color: #4E5316;
}
.TagClassName
{
border-color: #4E5316;
}
</style>