#49A44E

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

Shades of Fruit Salad #49A44E

Tints of Fruit Salad #49A44E

Color information

#49A44E (or 0x49A44E) is unknown color: approx Fruit Salad. HEX triplet: 49, A4 and 4E. RGB value is (73,164,78). Sum of RGB (Red+Green+Blue) = 73+164+78=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #49A44E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A44E is #B65BB1. Grayscale: #7F7F7F. Windows color (decimal): -11951026 or 5153865. OLE color: 5153865.

HSL color Cylindrical-coordinate representation of color #49A44E: hue angle of 123.3º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A44E is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB7316478-
CMYK0.5500.520.36
HSL123.3º38.4%46.47%-
HSV(B)123.3º55.49%64.31%-
XYZ17.428.5211.8-
YUV126.99100.3589.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 164 (64.45% from 255) = 52.06%
BLUE value IS 78 (30.86% from 255) = 24.76%
R=23.17%
G=52.06%
B=24.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164780.5500.520.36123.338.446.47
Hex49A44E37034247b262e
Octal11124411667064441734656
Binary100100110100100100111011011101101001001001111011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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