#4E7004

Color #4E7004 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #4E7004

Tints of Verdun Green #4E7004

Color information

#4E7004 (or 0x4E7004) is unknown color: approx Verdun Green. HEX triplet: 4E, 70 and 04. RGB value is (78,112,4). Sum of RGB (Red+Green+Blue) = 78+112+4=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E7004 is #B18FFB. Grayscale: #595959. Windows color (decimal): -11636732 or 290894. OLE color: 290894.

HSL color Cylindrical-coordinate representation of color #4E7004: hue angle of 78.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E7004 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB781124-
CMYK0.3000.960.56
HSL78.89º93.1%22.75%-
HSV(B)78.89º96.43%43.92%-
XYZ8.9613.222.19-
YUV89.5279.74119.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 40.21%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 4 (1.95% from 255) = 2.06%
R=40.21%
G=57.73%
B=2.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7811240.3000.960.5678.8993.122.75
Hex4E7041E060384f5d17
Octal11616043601407011713527
Binary1001110111000010011110011000001110001001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E7004; }

 p { color: rgb(78,112,4); }

 H1.HeaderClassName
 {
   color: #4E7004;
 }
 .AnyTagClassName
 {
   color: #4E7004;
 }
</style>
background-color css

<style>
 a { background-color: #4E7004; }

 a { background-color: rgb(78,112,4); }

 div.DivClassName
 {
   background-color: #4E7004;
 }
 .BgClassName
 {
   background-color: #4E7004;
 }
</style>
border-color css

<style>
 span { border-color: #4E7004; }

 span { border-color: rgb(78,112,4); }

 td.TdClassName
 {
   border-color: #4E7004;
 }
 .TagClassName
 {
   border-color: #4E7004;
 }
</style>