#4EAF49

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

Shades of Fruit Salad #4EAF49

Tints of Fruit Salad #4EAF49

Color information

#4EAF49 (or 0x4EAF49) is unknown color: approx Fruit Salad. HEX triplet: 4E, AF and 49. RGB value is (78,175,73). Sum of RGB (Red+Green+Blue) = 78+175+73=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAF49 is #B150B6. Grayscale: #868686. Windows color (decimal): -11620535 or 4829006. OLE color: 4829006.

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

Color convert

RGB7817573-
CMYK0.5500.580.31
HSL117.06º41.13%48.63%-
HSV(B)117.06º58.29%68.63%-
XYZ19.6732.7611.59-
YUV134.3793.3687.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.93%
GREEN value IS 175 (68.75% from 255) = 53.68%
BLUE value IS 73 (28.91% from 255) = 22.39%
R=23.93%
G=53.68%
B=22.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78175730.5500.580.31117.0641.1348.63
Hex4EAF493703A1F752931
Octal11625711167072371655161
Binary10011101010111110010011101110111010111111110101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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