#49A658

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

Shades of Fruit Salad #49A658

Tints of Fruit Salad #49A658

Color information

#49A658 (or 0x49A658) is unknown color: approx Fruit Salad. HEX triplet: 49, A6 and 58. RGB value is (73,166,88). Sum of RGB (Red+Green+Blue) = 73+166+88=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #49A658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A658 is #B659A7. Grayscale: #818181. Windows color (decimal): -11950504 or 5809737. OLE color: 5809737.

HSL color Cylindrical-coordinate representation of color #49A658: hue angle of 129.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A658 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB7316688-
CMYK0.5600.470.35
HSL129.68º38.91%46.86%-
HSV(B)129.68º56.02%65.1%-
XYZ18.1529.3913.95-
YUV129.3104.6987.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=22.32%
G=50.76%
B=26.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73166880.5600.470.35129.6838.9146.86
Hex49A6583802F2382272f
Octal11124613070057432024757
Binary1001001101001101011000111000010111110001110000010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,166,88); }

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

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

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

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

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

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

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