Shades of Verdun Green #4E6300
Tints of Verdun Green #4E6300
RGB
CMYK
RGB Variations
Color information
#4E6300 (or 0x4E6300) is known color: Verdun Green. HEX triplet: 4E, 63 and 00. RGB value is (78,99,0). Sum of RGB (Red+Green+Blue) = 78+99+0=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6300 is #B19CFF. Grayscale: #515151. Windows color (decimal): -11640064 or 25422. OLE color: 25422.
HSL color Cylindrical-coordinate representation of color #4E6300: hue angle of 72.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E6300 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.61 |
| HSL | 72.73º | 1% | 0.19% | - |
| HSV(B) | 72.73º | 1% | 0.39% | - |
| XYZ | 7.6 | 10.54 | 1.63 | - |
| YUV | 81.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 0 | 0.21 | 0 | 1 | 0.61 | 72.73 | 1 | 0.19 |
| Hex | 4E | 63 | 0 | 15 | 0 | 64 | 3D | 49 | 64 | 13 |
| Octal | 116 | 143 | 0 | 25 | 0 | 144 | 75 | 111 | 144 | 23 |
| Binary | 1001110 | 1100011 | 0 | 10101 | 0 | 1100100 | 111101 | 1001001 | 1100100 | 10011 |
Color Harmonies of #4E6300
Complementary color
Monochromatic Colors of #4E6300
Black with #4E6300
Text Example
Text Example
White with #4E6300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6300; }
p { color: rgb(78,99,0); }
H1.HeaderClassName
{
color: #4E6300;
}
.AnyTagClassName
{
color: #4E6300;
}
</style>
background-color css
<style>
a { background-color: #4E6300; }
a { background-color: rgb(78,99,0); }
div.DivClassName
{
background-color: #4E6300;
}
.BgClassName
{
background-color: #4E6300;
}
</style>
border-color css
<style>
span { border-color: #4E6300; }
span { border-color: rgb(78,99,0); }
td.TdClassName
{
border-color: #4E6300;
}
.TagClassName
{
border-color: #4E6300;
}
</style>