#4E642D

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

Shades of Green Leaf #4E642D

Tints of Green Leaf #4E642D

Color information

#4E642D (or 0x4E642D) is unknown color: approx Green Leaf. HEX triplet: 4E, 64 and 2D. RGB value is (78,100,45). Sum of RGB (Red+Green+Blue) = 78+100+45=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #4E642D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E642D is #B19BD2. Grayscale: #575757. Windows color (decimal): -11639763 or 2974798. OLE color: 2974798.

HSL color Cylindrical-coordinate representation of color #4E642D: hue angle of 84º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E642D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB7810045-
CMYK0.2200.550.61
HSL84º37.93%28.43%-
HSV(B)84º55%39.22%-
XYZ8.1710.924.16-
YUV87.15104.21121.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.98%
GREEN value IS 100 (39.45% from 255) = 44.84%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=34.98%
G=44.84%
B=20.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal78100450.2200.550.618437.9328.43
Hex4E642D160373D54261c
Octal1161445526067751244634
Binary10011101100100101101101100110111111101101010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E642D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,45); }

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

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

 a { background-color: rgb(78,100,45); }

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

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

 span { border-color: rgb(78,100,45); }

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