#49AF50

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

Shades of Fruit Salad #49AF50

Tints of Fruit Salad #49AF50

Color information

#49AF50 (or 0x49AF50) is unknown color: approx Fruit Salad. HEX triplet: 49, AF and 50. RGB value is (73,175,80). Sum of RGB (Red+Green+Blue) = 73+175+80=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AF50 is #B650AF. Grayscale: #858585. Windows color (decimal): -11948208 or 5287753. OLE color: 5287753.

HSL color Cylindrical-coordinate representation of color #49AF50: hue angle of 124.12º 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 #49AF50 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB7317580-
CMYK0.5800.540.31
HSL124.12º41.13%48.63%-
HSV(B)124.12º58.29%68.63%-
XYZ19.5332.6612.86-
YUV133.6797.7184.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.26%
GREEN value IS 175 (68.75% from 255) = 53.35%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=22.26%
G=53.35%
B=24.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73175800.5800.540.31124.1241.1348.63
Hex49AF503A0361F7c2931
Octal11125712072066371745161
Binary10010011010111110100001110100110110111111111100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AF50; }

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

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

<style>
 a { background-color: #49AF50; }

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

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

<style>
 span { border-color: #49AF50; }

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

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