#49A844

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

Shades of Fruit Salad #49A844

Tints of Fruit Salad #49A844

Color information

#49A844 (or 0x49A844) is unknown color: approx Fruit Salad. HEX triplet: 49, A8 and 44. RGB value is (73,168,68). Sum of RGB (Red+Green+Blue) = 73+168+68=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 168 (66.02% from 255 or 54.37% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 168 - color contains mainly: green. Hex color #49A844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A844 is #B657BB. Grayscale: #808080. Windows color (decimal): -11950012 or 4499529. OLE color: 4499529.

HSL color Cylindrical-coordinate representation of color #49A844: hue angle of 117º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49A844 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB7316868-
CMYK0.5700.600.34
HSL117º42.37%46.27%-
HSV(B)117º59.52%65.88%-
XYZ17.7929.8410.29-
YUV128.294.0388.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 168 (66.02% from 255) = 54.37%
BLUE value IS 68 (26.95% from 255) = 22.01%
R=23.62%
G=54.37%
B=22.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73168680.5700.600.3411742.3746.27
Hex49A8443903C22752a2e
Octal11125010471074421655256
Binary100100110101000100010011100101111001000101110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,168,68); }

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

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

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

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

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

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

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