#4E6000

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

Shades of Verdun Green #4E6000

Tints of Verdun Green #4E6000

Color information

#4E6000 (or 0x4E6000) is unknown color: approx Verdun Green. HEX triplet: 4E, 60 and 00. RGB value is (78,96,0). Sum of RGB (Red+Green+Blue) = 78+96+0=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6000 is #B19FFF. Grayscale: #505050. Windows color (decimal): -11640832 or 24654. OLE color: 24654.

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

Color convert

RGB78960-
CMYK0.19010.62
HSL71.25º100%18.82%-
HSV(B)71.25º100%37.65%-
XYZ7.329.991.54-
YUV79.6783.04126.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.83%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.83%
G=55.17%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal789600.19010.6271.2510018.82
Hex4E600130643E476413
Octal11614002301447610714423
Binary10011101100000010011011001001111101000111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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