Shades of Verdun Green #4E6800
Tints of Verdun Green #4E6800
RGB
CMYK
RGB Variations
Color information
#4E6800 (or 0x4E6800) is known color: Verdun Green. HEX triplet: 4E, 68 and 00. RGB value is (78,104,0). Sum of RGB (Red+Green+Blue) = 78+104+0=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6800 is #B197FF. Grayscale: #545454. Windows color (decimal): -11638784 or 26702. OLE color: 26702.
HSL color Cylindrical-coordinate representation of color #4E6800: hue angle of 75º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E6800 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.59 |
| HSL | 75º | 1% | 0.2% | - |
| HSV(B) | 75º | 1% | 0.41% | - |
| XYZ | 8.09 | 11.52 | 1.8 | - |
| YUV | 84.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 0 | 0.25 | 0 | 1 | 0.59 | 75 | 1 | 0.2 |
| Hex | 4E | 68 | 0 | 19 | 0 | 64 | 3B | 4B | 64 | 14 |
| Octal | 116 | 150 | 0 | 31 | 0 | 144 | 73 | 113 | 144 | 24 |
| Binary | 1001110 | 1101000 | 0 | 11001 | 0 | 1100100 | 111011 | 1001011 | 1100100 | 10100 |
Color Harmonies of #4E6800
Complementary color
Monochromatic Colors of #4E6800
Black with #4E6800
Text Example
Text Example
White with #4E6800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6800; }
p { color: rgb(78,104,0); }
H1.HeaderClassName
{
color: #4E6800;
}
.AnyTagClassName
{
color: #4E6800;
}
</style>
background-color css
<style>
a { background-color: #4E6800; }
a { background-color: rgb(78,104,0); }
div.DivClassName
{
background-color: #4E6800;
}
.BgClassName
{
background-color: #4E6800;
}
</style>
border-color css
<style>
span { border-color: #4E6800; }
span { border-color: rgb(78,104,0); }
td.TdClassName
{
border-color: #4E6800;
}
.TagClassName
{
border-color: #4E6800;
}
</style>