#4FAA49

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

Shades of Fruit Salad #4FAA49

Tints of Fruit Salad #4FAA49

Color information

#4FAA49 (or 0x4FAA49) is unknown color: approx Fruit Salad. HEX triplet: 4F, AA and 49. RGB value is (79,170,73). Sum of RGB (Red+Green+Blue) = 79+170+73=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAA49 is #B055B6. Grayscale: #848484. Windows color (decimal): -11556279 or 4827727. OLE color: 4827727.

HSL color Cylindrical-coordinate representation of color #4FAA49: hue angle of 116.29º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FAA49 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB7917073-
CMYK0.5400.570.33
HSL116.29º39.92%47.65%-
HSV(B)116.29º57.06%66.67%-
XYZ18.830.8911.28-
YUV131.7394.8590.39-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.53%
GREEN value IS 170 (66.80% from 255) = 52.80%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=24.53%
G=52.80%
B=22.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal79170730.5400.570.33116.2939.9247.65
Hex4FAA493603921742830
Octal11725211166071411645060
Binary100111110101010100100111011001110011000011110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,170,73); }

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

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

 a { background-color: rgb(79,170,73); }

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

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

 span { border-color: rgb(79,170,73); }

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