#4E6007

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

Shades of Verdun Green #4E6007

Tints of Verdun Green #4E6007

Color information

#4E6007 (or 0x4E6007) is unknown color: approx Verdun Green. HEX triplet: 4E, 60 and 07. RGB value is (78,96,7). Sum of RGB (Red+Green+Blue) = 78+96+7=181 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.09% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6007 is #B19FF8. Grayscale: #505050. Windows color (decimal): -11640825 or 483406. OLE color: 483406.

HSL color Cylindrical-coordinate representation of color #4E6007: hue angle of 72.13º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E6007 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB78967-
CMYK0.1900.930.62
HSL72.13º86.41%20.2%-
HSV(B)72.13º92.71%37.65%-
XYZ7.36101.74-
YUV80.4786.54126.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.09%
GREEN value IS 96 (37.89% from 255) = 53.04%
BLUE value IS 7 (3.12% from 255) = 3.87%
R=43.09%
G=53.04%
B=3.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal789670.1900.930.6272.1386.4120.2
Hex4E6071305D3E485614
Octal11614072301357611012624
Binary1001110110000011110011010111011111101001000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,96,7); }

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

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

 a { background-color: rgb(78,96,7); }

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

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

 span { border-color: rgb(78,96,7); }

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