Shades of Verdun Green #4E4B11
Tints of Verdun Green #4E4B11
RGB
CMYK
RGB Variations
Color information
#4E4B11 (or 0x4E4B11) is known color: Verdun Green. HEX triplet: 4E, 4B and 11. RGB value is (78,75,17). Sum of RGB (Red+Green+Blue) = 78+75+17=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B11 is #B1B4EE. Grayscale: #454545. Windows color (decimal): -11646191 or 1133390. OLE color: 1133390.
HSL color Cylindrical-coordinate representation of color #4E4B11: hue angle of 57.05º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E4B11 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 75 | 17 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.69 |
| HSL | 57.05º | 0.64% | 0.19% | - |
| HSV(B) | 57.05º | 0.78% | 0.31% | - |
| XYZ | 5.76 | 6.69 | 1.52 | - |
| YUV | 69.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 17 | 0 | 0.04 | 0.78 | 0.69 | 57.05 | 0.64 | 0.19 |
| Hex | 4E | 4B | 11 | 0 | 4 | 4E | 45 | 39 | 40 | 13 |
| Octal | 116 | 113 | 21 | 0 | 4 | 116 | 105 | 71 | 100 | 23 |
| Binary | 1001110 | 1001011 | 10001 | 0 | 100 | 1001110 | 1000101 | 111001 | 1000000 | 10011 |
Color Harmonies of #4E4B11
Complementary color
Monochromatic Colors of #4E4B11
Black with #4E4B11
Text Example
Text Example
White with #4E4B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B11; }
p { color: rgb(78,75,17); }
H1.HeaderClassName
{
color: #4E4B11;
}
.AnyTagClassName
{
color: #4E4B11;
}
</style>
background-color css
<style>
a { background-color: #4E4B11; }
a { background-color: rgb(78,75,17); }
div.DivClassName
{
background-color: #4E4B11;
}
.BgClassName
{
background-color: #4E4B11;
}
</style>
border-color css
<style>
span { border-color: #4E4B11; }
span { border-color: rgb(78,75,17); }
td.TdClassName
{
border-color: #4E4B11;
}
.TagClassName
{
border-color: #4E4B11;
}
</style>