#4E642E

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

Shades of Green Leaf #4E642E

Tints of Green Leaf #4E642E

Color information

#4E642E (or 0x4E642E) is unknown color: approx Green Leaf. HEX triplet: 4E, 64 and 2E. RGB value is (78,100,46). Sum of RGB (Red+Green+Blue) = 78+100+46=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 100 - color contains mainly: green. Hex color #4E642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E642E is #B19BD1. Grayscale: #575757. Windows color (decimal): -11639762 or 3040334. OLE color: 3040334.

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

Color convert

RGB7810046-
CMYK0.2200.540.61
HSL84.44º36.99%28.63%-
HSV(B)84.44º54%39.22%-
XYZ8.1910.934.26-
YUV87.27104.71121.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.82%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=34.82%
G=44.64%
B=20.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal78100460.2200.540.6184.4436.9928.63
Hex4E642E160363D54251d
Octal1161445626066751244535
Binary10011101100100101110101100110110111101101010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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