#49AE4C

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

Shades of Fruit Salad #49AE4C

Tints of Fruit Salad #49AE4C

Color information

#49AE4C (or 0x49AE4C) is unknown color: approx Fruit Salad. HEX triplet: 49, AE and 4C. RGB value is (73,174,76). Sum of RGB (Red+Green+Blue) = 73+174+76=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AE4C is #B651B3. Grayscale: #848484. Windows color (decimal): -11948468 or 5025353. OLE color: 5025353.

HSL color Cylindrical-coordinate representation of color #49AE4C: hue angle of 121.78º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AE4C is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB7317476-
CMYK0.5800.560.32
HSL121.78º40.89%48.43%-
HSV(B)121.78º58.05%68.24%-
XYZ19.1932.2112.04-
YUV132.6396.0485.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.60%
GREEN value IS 174 (68.36% from 255) = 53.87%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=22.60%
G=53.87%
B=23.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73174760.5800.560.32121.7840.8948.43
Hex49AE4C3A038207a2930
Octal11125611472070401725160
Binary100100110101110100110011101001110001000001111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,174,76); }

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

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

 a { background-color: rgb(73,174,76); }

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

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

 span { border-color: rgb(73,174,76); }

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