#4EAE48

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

Shades of Fruit Salad #4EAE48

Tints of Fruit Salad #4EAE48

Color information

#4EAE48 (or 0x4EAE48) is unknown color: approx Fruit Salad. HEX triplet: 4E, AE and 48. RGB value is (78,174,72). Sum of RGB (Red+Green+Blue) = 78+174+72=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAE48 is #B151B7. Grayscale: #858585. Windows color (decimal): -11620792 or 4763214. OLE color: 4763214.

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

Color convert

RGB7817472-
CMYK0.5500.590.32
HSL116.47º41.46%48.24%-
HSV(B)116.47º58.62%68.24%-
XYZ19.4532.3611.35-
YUV133.6793.288.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 174 (68.36% from 255) = 53.70%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=24.07%
G=53.70%
B=22.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78174720.5500.590.32116.4741.4648.24
Hex4EAE483703B20742930
Octal11625611067073401645160
Binary100111010101110100100011011101110111000001110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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