#4EB349

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

Shades of Fruit Salad #4EB349

Tints of Fruit Salad #4EB349

Color information

#4EB349 (or 0x4EB349) is unknown color: approx Fruit Salad. HEX triplet: 4E, B3 and 49. RGB value is (78,179,73). Sum of RGB (Red+Green+Blue) = 78+179+73=330 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.64% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #4EB349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EB349 is #B14CB6. Grayscale: #898989. Windows color (decimal): -11619511 or 4830030. OLE color: 4830030.

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

Color convert

RGB7817973-
CMYK0.5600.590.30
HSL117.17º42.06%49.41%-
HSV(B)117.17º59.22%70.2%-
XYZ20.4634.3411.85-
YUV136.7292.0486.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.64%
GREEN value IS 179 (70.31% from 255) = 54.24%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=23.64%
G=54.24%
B=22.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal78179730.5600.590.30117.1742.0649.41
Hex4EB3493803B1E752a31
Octal11626311170073361655261
Binary10011101011001110010011110000111011111101110101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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