#49AD4E

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

Shades of Fruit Salad #49AD4E

Tints of Fruit Salad #49AD4E

Color information

#49AD4E (or 0x49AD4E) is unknown color: approx Fruit Salad. HEX triplet: 49, AD and 4E. RGB value is (73,173,78). Sum of RGB (Red+Green+Blue) = 73+173+78=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AD4E is #B652B1. Grayscale: #848484. Windows color (decimal): -11948722 or 5156169. OLE color: 5156169.

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

Color convert

RGB7317378-
CMYK0.5800.550.32
HSL123º40.65%48.24%-
HSV(B)123º57.8%67.84%-
XYZ19.0731.8512.35-
YUV132.2797.3785.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 173 (67.97% from 255) = 53.40%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=22.53%
G=53.40%
B=24.07%

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
Decimal73173780.5800.550.3212340.6548.24
Hex49AD4E3A037207b2930
Octal11125511672067401735160
Binary100100110101101100111011101001101111000001111011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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