#4EA048

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

Shades of Fruit Salad #4EA048

Tints of Fruit Salad #4EA048

Color information

#4EA048 (or 0x4EA048) is unknown color: approx Fruit Salad. HEX triplet: 4E, A0 and 48. RGB value is (78,160,72). Sum of RGB (Red+Green+Blue) = 78+160+72=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA048 is #B15FB7. Grayscale: #7D7D7D. Windows color (decimal): -11624376 or 4759630. OLE color: 4759630.

HSL color Cylindrical-coordinate representation of color #4EA048: hue angle of 115.91º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EA048 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB7816072-
CMYK0.5100.550.37
HSL115.91º37.93%45.49%-
HSV(B)115.91º55%62.75%-
XYZ16.8827.2310.5-
YUV125.4597.8394.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 160 (62.89% from 255) = 51.61%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=25.16%
G=51.61%
B=23.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78160720.5100.550.37115.9137.9345.49
Hex4EA048330372574262d
Octal11624011063067451644655
Binary100111010100000100100011001101101111001011110100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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