Shades of Verdun Green #4E4F0B
Tints of Verdun Green #4E4F0B
RGB
CMYK
RGB Variations
Color information
#4E4F0B (or 0x4E4F0B) is known color: Verdun Green. HEX triplet: 4E, 4F and 0B. RGB value is (78,79,11). Sum of RGB (Red+Green+Blue) = 78+79+11=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #4E4F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E4F0B is #B1B0F4. Grayscale: #474747. Windows color (decimal): -11645173 or 741198. OLE color: 741198.
HSL color Cylindrical-coordinate representation of color #4E4F0B: hue angle of 60.88º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E4F0B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 79 | 11 | - |
| CMYK | 0.01 | 0 | 0.86 | 0.69 |
| HSL | 60.88º | 0.76% | 0.18% | - |
| HSV(B) | 60.88º | 0.86% | 0.31% | - |
| XYZ | 6 | 7.24 | 1.4 | - |
| YUV | 70.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 11 | 0.01 | 0 | 0.86 | 0.69 | 60.88 | 0.76 | 0.18 |
| Hex | 4E | 4F | B | 1 | 0 | 56 | 45 | 3D | 4C | 12 |
| Octal | 116 | 117 | 13 | 1 | 0 | 126 | 105 | 75 | 114 | 22 |
| Binary | 1001110 | 1001111 | 1011 | 1 | 0 | 1010110 | 1000101 | 111101 | 1001100 | 10010 |
Color Harmonies of #4E4F0B
Complementary color
Monochromatic Colors of #4E4F0B
Black with #4E4F0B
Text Example
Text Example
White with #4E4F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F0B; }
p { color: rgb(78,79,11); }
H1.HeaderClassName
{
color: #4E4F0B;
}
.AnyTagClassName
{
color: #4E4F0B;
}
</style>
background-color css
<style>
a { background-color: #4E4F0B; }
a { background-color: rgb(78,79,11); }
div.DivClassName
{
background-color: #4E4F0B;
}
.BgClassName
{
background-color: #4E4F0B;
}
</style>
border-color css
<style>
span { border-color: #4E4F0B; }
span { border-color: rgb(78,79,11); }
td.TdClassName
{
border-color: #4E4F0B;
}
.TagClassName
{
border-color: #4E4F0B;
}
</style>