#49AE57

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

Shades of Fruit Salad #49AE57

Tints of Fruit Salad #49AE57

Color information

#49AE57 (or 0x49AE57) is unknown color: approx Fruit Salad. HEX triplet: 49, AE and 57. RGB value is (73,174,87). Sum of RGB (Red+Green+Blue) = 73+174+87=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE57 is #B651A8. Grayscale: #868686. Windows color (decimal): -11948457 or 5746249. OLE color: 5746249.

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

Color convert

RGB7317487-
CMYK0.5800.50.32
HSL128.32º40.89%48.43%-
HSV(B)128.32º58.05%68.24%-
XYZ19.632.3814.23-
YUV133.88101.5484.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 87 (34.38% from 255) = 26.05%
R=21.86%
G=52.10%
B=26.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73174870.5800.50.32128.3240.8948.43
Hex49AE573A03220802930
Octal11125612772062402005160
Binary1001001101011101010111111010011001010000010000000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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