#49A246

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

Shades of Fruit Salad #49A246

Tints of Fruit Salad #49A246

Color information

#49A246 (or 0x49A246) is unknown color: approx Fruit Salad. HEX triplet: 49, A2 and 46. RGB value is (73,162,70). Sum of RGB (Red+Green+Blue) = 73+162+70=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #49A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A246 is #B65DB9. Grayscale: #7D7D7D. Windows color (decimal): -11951546 or 4629065. OLE color: 4629065.

HSL color Cylindrical-coordinate representation of color #49A246: hue angle of 118.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A246 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB7316270-
CMYK0.5500.570.36
HSL118.04º39.66%45.49%-
HSV(B)118.04º56.79%63.53%-
XYZ16.7727.710.26-
YUV124.997.0190.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 162 (63.67% from 255) = 53.11%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=23.93%
G=53.11%
B=22.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73162700.5500.570.36118.0439.6645.49
Hex49A246370392476282d
Octal11124210667071441665055
Binary100100110100010100011011011101110011001001110110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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