#49A148

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

Shades of Fruit Salad #49A148

Tints of Fruit Salad #49A148

Color information

#49A148 (or 0x49A148) is unknown color: approx Fruit Salad. HEX triplet: 49, A1 and 48. RGB value is (73,161,72). Sum of RGB (Red+Green+Blue) = 73+161+72=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #49A148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A148 is #B65EB7. Grayscale: #7C7C7C. Windows color (decimal): -11951800 or 4759881. OLE color: 4759881.

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

Color convert

RGB7316172-
CMYK0.5500.550.37
HSL119.33º38.2%45.69%-
HSV(B)119.33º55.28%63.14%-
XYZ16.6627.3710.54-
YUV124.5498.3591.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 161 (63.28% from 255) = 52.61%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=23.86%
G=52.61%
B=23.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73161720.5500.550.37119.3338.245.69
Hex49A148370372577262e
Octal11124111067067451674656
Binary100100110100001100100011011101101111001011110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,161,72); }

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

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

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

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

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

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

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