#49B746

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

Shades of Fruit Salad #49B746

Tints of Fruit Salad #49B746

Color information

#49B746 (or 0x49B746) is unknown color: approx Fruit Salad. HEX triplet: 49, B7 and 46. RGB value is (73,183,70). Sum of RGB (Red+Green+Blue) = 73+183+70=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #49B746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B746 is #B648B9. Grayscale: #898989. Windows color (decimal): -11946170 or 4634441. OLE color: 4634441.

HSL color Cylindrical-coordinate representation of color #49B746: hue angle of 118.41º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49B746 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB7318370-
CMYK0.6000.620.28
HSL118.41º44.66%49.61%-
HSV(B)118.41º61.75%71.76%-
XYZ20.7935.7311.59-
YUV137.2390.0682.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 183 (71.88% from 255) = 56.13%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=22.39%
G=56.13%
B=21.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73183700.6000.620.28118.4144.6649.61
Hex49B7463C03E1C762d32
Octal11126710674076341665562
Binary10010011011011110001101111000111110111001110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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