#4EB048

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

Shades of Fruit Salad #4EB048

Tints of Fruit Salad #4EB048

Color information

#4EB048 (or 0x4EB048) is unknown color: approx Fruit Salad. HEX triplet: 4E, B0 and 48. RGB value is (78,176,72). Sum of RGB (Red+Green+Blue) = 78+176+72=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EB048 is #B14FB7. Grayscale: #878787. Windows color (decimal): -11620280 or 4763726. OLE color: 4763726.

HSL color Cylindrical-coordinate representation of color #4EB048: hue angle of 116.54º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EB048 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB7817672-
CMYK0.5600.590.31
HSL116.54º41.94%48.63%-
HSV(B)116.54º59.09%69.02%-
XYZ19.8433.1411.48-
YUV134.8492.5387.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.93%
GREEN value IS 176 (69.14% from 255) = 53.99%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=23.93%
G=53.99%
B=22.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78176720.5600.590.31116.5441.9448.63
Hex4EB0483803B1F752a31
Octal11626011070073371655261
Binary10011101011000010010001110000111011111111110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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