Shades of Verdun Green #4E6803
Tints of Verdun Green #4E6803
RGB
CMYK
RGB Variations
Color information
#4E6803 (or 0x4E6803) is known color: Verdun Green. HEX triplet: 4E, 68 and 03. RGB value is (78,104,3). Sum of RGB (Red+Green+Blue) = 78+104+3=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6803 is #B197FC. Grayscale: #555555. Windows color (decimal): -11638781 or 223310. OLE color: 223310.
HSL color Cylindrical-coordinate representation of color #4E6803: hue angle of 75.45º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E6803 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 3 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.59 |
| HSL | 75.45º | 0.94% | 0.21% | - |
| HSV(B) | 75.45º | 0.97% | 0.41% | - |
| XYZ | 8.11 | 11.53 | 1.88 | - |
| YUV | 84.71 | 81.89 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 3 | 0.25 | 0 | 0.97 | 0.59 | 75.45 | 0.94 | 0.21 |
| Hex | 4E | 68 | 3 | 19 | 0 | 61 | 3B | 4B | 5E | 15 |
| Octal | 116 | 150 | 3 | 31 | 0 | 141 | 73 | 113 | 136 | 25 |
| Binary | 1001110 | 1101000 | 11 | 11001 | 0 | 1100001 | 111011 | 1001011 | 1011110 | 10101 |
Color Harmonies of #4E6803
Complementary color
Monochromatic Colors of #4E6803
Black with #4E6803
Text Example
Text Example
White with #4E6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6803; }
p { color: rgb(78,104,3); }
H1.HeaderClassName
{
color: #4E6803;
}
.AnyTagClassName
{
color: #4E6803;
}
</style>
background-color css
<style>
a { background-color: #4E6803; }
a { background-color: rgb(78,104,3); }
div.DivClassName
{
background-color: #4E6803;
}
.BgClassName
{
background-color: #4E6803;
}
</style>
border-color css
<style>
span { border-color: #4E6803; }
span { border-color: rgb(78,104,3); }
td.TdClassName
{
border-color: #4E6803;
}
.TagClassName
{
border-color: #4E6803;
}
</style>