#4EAE49

Color #4EAE49 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #4EAE49

Tints of Fruit Salad #4EAE49

Color information

#4EAE49 (or 0x4EAE49) is unknown color: approx Fruit Salad. HEX triplet: 4E, AE and 49. RGB value is (78,174,73). Sum of RGB (Red+Green+Blue) = 78+174+73=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAE49 is #B151B6. Grayscale: #868686. Windows color (decimal): -11620791 or 4828750. OLE color: 4828750.

HSL color Cylindrical-coordinate representation of color #4EAE49: hue angle of 117.03º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EAE49 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB7817473-
CMYK0.5500.580.32
HSL117.03º40.89%48.43%-
HSV(B)117.03º58.05%68.24%-
XYZ19.4832.3711.53-
YUV133.7893.788.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 174 (68.36% from 255) = 53.54%
BLUE value IS 73 (28.91% from 255) = 22.46%
R=24%
G=53.54%
B=22.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78174730.5500.580.32117.0340.8948.43
Hex4EAE493703A20752930
Octal11625611167072401655160
Binary100111010101110100100111011101110101000001110101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,174,73); }

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

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

 a { background-color: rgb(78,174,73); }

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

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

 span { border-color: rgb(78,174,73); }

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