#4E662A

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

Shades of Green Leaf #4E662A

Tints of Green Leaf #4E662A

Color information

#4E662A (or 0x4E662A) is unknown color: approx Green Leaf. HEX triplet: 4E, 66 and 2A. RGB value is (78,102,42). Sum of RGB (Red+Green+Blue) = 78+102+42=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 102 - color contains mainly: green. Hex color #4E662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E662A is #B199D5. Grayscale: #585858. Windows color (decimal): -11639254 or 2778702. OLE color: 2778702.

HSL color Cylindrical-coordinate representation of color #4E662A: hue angle of 84º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E662A is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB7810242-
CMYK0.2400.590.6
HSL84º41.67%28.24%-
HSV(B)84º58.82%40%-
XYZ8.3111.293.93-
YUV87.98102.05120.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=35.14%
G=45.95%
B=18.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78102420.2400.590.68441.6728.24
Hex4E662A1803B3C542a1c
Octal1161465230073741245234
Binary10011101100110101010110000111011111100101010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,42); }

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

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

 a { background-color: rgb(78,102,42); }

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

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

 span { border-color: rgb(78,102,42); }

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