#49A146

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

Shades of Fruit Salad #49A146

Tints of Fruit Salad #49A146

Color information

#49A146 (or 0x49A146) is unknown color: approx Fruit Salad. HEX triplet: 49, A1 and 46. RGB value is (73,161,70). Sum of RGB (Red+Green+Blue) = 73+161+70=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #49A146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A146 is #B65EB9. Grayscale: #7C7C7C. Windows color (decimal): -11951802 or 4628809. OLE color: 4628809.

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

Color convert

RGB7316170-
CMYK0.5500.570.37
HSL118.02º39.39%45.29%-
HSV(B)118.02º56.52%63.14%-
XYZ16.627.3510.2-
YUV124.3197.3591.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 161 (63.28% from 255) = 52.96%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=24.01%
G=52.96%
B=23.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73161700.5500.570.37118.0239.3945.29
Hex49A146370392576272d
Octal11124110667071451664755
Binary100100110100001100011011011101110011001011110110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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