#49AE4D

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

Shades of Fruit Salad #49AE4D

Tints of Fruit Salad #49AE4D

Color information

#49AE4D (or 0x49AE4D) is unknown color: approx Fruit Salad. HEX triplet: 49, AE and 4D. RGB value is (73,174,77). Sum of RGB (Red+Green+Blue) = 73+174+77=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #49AE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AE4D is #B651B2. Grayscale: #858585. Windows color (decimal): -11948467 or 5090889. OLE color: 5090889.

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

Color convert

RGB7317477-
CMYK0.5800.560.32
HSL122.38º40.89%48.43%-
HSV(B)122.38º58.05%68.24%-
XYZ19.2232.2212.23-
YUV132.7496.5485.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 174 (68.36% from 255) = 53.70%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=22.53%
G=53.70%
B=23.77%

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
Decimal73174770.5800.560.32122.3840.8948.43
Hex49AE4D3A038207a2930
Octal11125611572070401725160
Binary100100110101110100110111101001110001000001111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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