#49AE4E

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

Shades of Fruit Salad #49AE4E

Tints of Fruit Salad #49AE4E

Color information

#49AE4E (or 0x49AE4E) is unknown color: approx Fruit Salad. HEX triplet: 49, AE and 4E. RGB value is (73,174,78). Sum of RGB (Red+Green+Blue) = 73+174+78=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE4E is #B651B1. Grayscale: #858585. Windows color (decimal): -11948466 or 5156425. OLE color: 5156425.

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

Color convert

RGB7317478-
CMYK0.5800.550.32
HSL122.97º40.89%48.43%-
HSV(B)122.97º58.05%68.24%-
XYZ19.2632.2412.42-
YUV132.8697.0485.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 174 (68.36% from 255) = 53.54%
BLUE value IS 78 (30.86% from 255) = 24%
R=22.46%
G=53.54%
B=24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73174780.5800.550.32122.9740.8948.43
Hex49AE4E3A037207b2930
Octal11125611672067401735160
Binary100100110101110100111011101001101111000001111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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