#49AE3B

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

Shades of Fruit Salad #49AE3B

Tints of Fruit Salad #49AE3B

Color information

#49AE3B (or 0x49AE3B) is unknown color: approx Fruit Salad. HEX triplet: 49, AE and 3B. RGB value is (73,174,59). Sum of RGB (Red+Green+Blue) = 73+174+59=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AE3B is #B651C4. Grayscale: #838383. Windows color (decimal): -11948485 or 3911241. OLE color: 3911241.

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

Color convert

RGB7317459-
CMYK0.5800.660.32
HSL112.7º49.36%45.69%-
HSV(B)112.7º66.09%68.24%-
XYZ18.67329.33-
YUV130.6987.5486.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 174 (68.36% from 255) = 56.86%
BLUE value IS 59 (23.44% from 255) = 19.28%
R=23.86%
G=56.86%
B=19.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73174590.5800.660.32112.749.3645.69
Hex49AE3B3A0422071312e
Octal11125673720102401616156
Binary100100110101110111011111010010000101000001110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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