#49A449

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

Shades of Fruit Salad #49A449

Tints of Fruit Salad #49A449

Color information

#49A449 (or 0x49A449) is unknown color: approx Fruit Salad. HEX triplet: 49, A4 and 49. RGB value is (73,164,73). Sum of RGB (Red+Green+Blue) = 73+164+73=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #49A449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A449 is #B65BB6. Grayscale: #7E7E7E. Windows color (decimal): -11951031 or 4826185. OLE color: 4826185.

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

Color convert

RGB7316473-
CMYK0.5500.550.36
HSL120º38.4%46.47%-
HSV(B)120º55.49%64.31%-
XYZ17.2328.4510.89-
YUV126.4297.8589.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 164 (64.45% from 255) = 52.90%
BLUE value IS 73 (28.91% from 255) = 23.55%
R=23.55%
G=52.90%
B=23.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164730.5500.550.3612038.446.47
Hex49A449370372478262e
Octal11124411167067441704656
Binary100100110100100100100111011101101111001001111000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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