#49A052

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

Shades of Fruit Salad #49A052

Tints of Fruit Salad #49A052

Color information

#49A052 (or 0x49A052) is unknown color: approx Fruit Salad. HEX triplet: 49, A0 and 52. RGB value is (73,160,82). Sum of RGB (Red+Green+Blue) = 73+160+82=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #49A052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A052 is #B65FAD. Grayscale: #7D7D7D. Windows color (decimal): -11952046 or 5414985. OLE color: 5414985.

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

Color convert

RGB7316082-
CMYK0.5400.490.37
HSL126.21º37.34%45.69%-
HSV(B)126.21º54.37%62.75%-
XYZ16.8427.1712.34-
YUV125.09103.6890.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=23.17%
G=50.79%
B=26.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73160820.5400.490.37126.2137.3445.69
Hex49A05236031257e252e
Octal11124012266061451764556
Binary100100110100000101001011011001100011001011111110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,160,82); }

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

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

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

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

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

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

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