#49A946

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

Shades of Fruit Salad #49A946

Tints of Fruit Salad #49A946

Color information

#49A946 (or 0x49A946) is unknown color: approx Fruit Salad. HEX triplet: 49, A9 and 46. RGB value is (73,169,70). Sum of RGB (Red+Green+Blue) = 73+169+70=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #49A946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A946 is #B656B9. Grayscale: #818181. Windows color (decimal): -11949754 or 4630857. OLE color: 4630857.

HSL color Cylindrical-coordinate representation of color #49A946: hue angle of 118.18º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49A946 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB7316970-
CMYK0.5700.590.34
HSL118.18º41.42%46.86%-
HSV(B)118.18º58.58%66.27%-
XYZ18.0430.2310.68-
YUV129.0194.788.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=23.40%
G=54.17%
B=22.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73169700.5700.590.34118.1841.4246.86
Hex49A9463903B2276292f
Octal11125110671073421665157
Binary100100110101001100011011100101110111000101110110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,169,70); }

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

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

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

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

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

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

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