Shades of Verdun Green #4E4B06
Tints of Verdun Green #4E4B06
RGB
CMYK
RGB Variations
Color information
#4E4B06 (or 0x4E4B06) is known color: Verdun Green. HEX triplet: 4E, 4B and 06. RGB value is (78,75,6). Sum of RGB (Red+Green+Blue) = 78+75+6=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4B06 is #B1B4F9. Grayscale: #444444. Windows color (decimal): -11646202 or 412494. OLE color: 412494.
HSL color Cylindrical-coordinate representation of color #4E4B06: hue angle of 57.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E4B06 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 75 | 6 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.69 |
| HSL | 57.5º | 0.86% | 0.16% | - |
| HSV(B) | 57.5º | 0.92% | 0.31% | - |
| XYZ | 5.69 | 6.67 | 1.16 | - |
| YUV | 68.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 6 | 0 | 0.04 | 0.92 | 0.69 | 57.5 | 0.86 | 0.16 |
| Hex | 4E | 4B | 6 | 0 | 4 | 5C | 45 | 3A | 56 | 10 |
| Octal | 116 | 113 | 6 | 0 | 4 | 134 | 105 | 72 | 126 | 20 |
| Binary | 1001110 | 1001011 | 110 | 0 | 100 | 1011100 | 1000101 | 111010 | 1010110 | 10000 |
Color Harmonies of #4E4B06
Complementary color
Monochromatic Colors of #4E4B06
Black with #4E4B06
Text Example
Text Example
White with #4E4B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B06; }
p { color: rgb(78,75,6); }
H1.HeaderClassName
{
color: #4E4B06;
}
.AnyTagClassName
{
color: #4E4B06;
}
</style>
background-color css
<style>
a { background-color: #4E4B06; }
a { background-color: rgb(78,75,6); }
div.DivClassName
{
background-color: #4E4B06;
}
.BgClassName
{
background-color: #4E4B06;
}
</style>
border-color css
<style>
span { border-color: #4E4B06; }
span { border-color: rgb(78,75,6); }
td.TdClassName
{
border-color: #4E4B06;
}
.TagClassName
{
border-color: #4E4B06;
}
</style>