#49B849

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

Shades of Fruit Salad #49B849

Tints of Fruit Salad #49B849

Color information

#49B849 (or 0x49B849) is unknown color: approx Fruit Salad. HEX triplet: 49, B8 and 49. RGB value is (73,184,73). Sum of RGB (Red+Green+Blue) = 73+184+73=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #49B849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B849 is #B647B6. Grayscale: #8A8A8A. Windows color (decimal): -11945911 or 4831305. OLE color: 4831305.

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

Color convert

RGB7318473-
CMYK0.6000.600.28
HSL120º43.87%50.39%-
HSV(B)120º60.33%72.16%-
XYZ21.0936.1812.17-
YUV138.1691.2381.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 184 (72.27% from 255) = 55.76%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=22.12%
G=55.76%
B=22.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73184730.6000.600.2812043.8750.39
Hex49B8493C03C1C782c32
Octal11127011174074341705462
Binary10010011011100010010011111000111100111001111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,184,73); }

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

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

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

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

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

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

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