#49A650

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

Shades of Fruit Salad #49A650

Tints of Fruit Salad #49A650

Color information

#49A650 (or 0x49A650) is unknown color: approx Fruit Salad. HEX triplet: 49, A6 and 50. RGB value is (73,166,80). Sum of RGB (Red+Green+Blue) = 73+166+80=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #49A650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A650 is #B659AF. Grayscale: #808080. Windows color (decimal): -11950512 or 5285449. OLE color: 5285449.

HSL color Cylindrical-coordinate representation of color #49A650: hue angle of 124.52º 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 #49A650 is Cyan = 0.56, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB7316680-
CMYK0.5600.520.35
HSL124.52º38.91%46.86%-
HSV(B)124.52º56.02%65.1%-
XYZ17.8329.2712.3-
YUV128.39100.6988.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 166 (65.23% from 255) = 52.04%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=22.88%
G=52.04%
B=25.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73166800.5600.520.35124.5238.9146.86
Hex49A65038034237d272f
Octal11124612070064431754757
Binary100100110100110101000011100001101001000111111101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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