#4EB049

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

Shades of Fruit Salad #4EB049

Tints of Fruit Salad #4EB049

Color information

#4EB049 (or 0x4EB049) is unknown color: approx Fruit Salad. HEX triplet: 4E, B0 and 49. RGB value is (78,176,73). Sum of RGB (Red+Green+Blue) = 78+176+73=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #4EB049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EB049 is #B14FB6. Grayscale: #878787. Windows color (decimal): -11620279 or 4829262. OLE color: 4829262.

HSL color Cylindrical-coordinate representation of color #4EB049: hue angle of 117.09º degrees, saturation: 0.41, 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 #4EB049 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB7817673-
CMYK0.5600.590.31
HSL117.09º41.37%48.82%-
HSV(B)117.09º58.52%69.02%-
XYZ19.8733.1511.65-
YUV134.9693.0387.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.85%
GREEN value IS 176 (69.14% from 255) = 53.82%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=23.85%
G=53.82%
B=22.32%

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
Decimal78176730.5600.590.31117.0941.3748.82
Hex4EB0493803B1F752931
Octal11626011170073371655161
Binary10011101011000010010011110000111011111111110101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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