#49AC3B

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

Shades of Fruit Salad #49AC3B

Tints of Fruit Salad #49AC3B

Color information

#49AC3B (or 0x49AC3B) is unknown color: approx Fruit Salad. HEX triplet: 49, AC and 3B. RGB value is (73,172,59). Sum of RGB (Red+Green+Blue) = 73+172+59=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC3B is #B653C4. Grayscale: #818181. Windows color (decimal): -11948997 or 3910729. OLE color: 3910729.

HSL color Cylindrical-coordinate representation of color #49AC3B: hue angle of 112.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49AC3B is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB7317259-
CMYK0.5800.660.33
HSL112.57º48.92%45.29%-
HSV(B)112.57º65.7%67.45%-
XYZ18.2931.249.2-
YUV129.5288.287.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 172 (67.58% from 255) = 56.58%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=24.01%
G=56.58%
B=19.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73172590.5800.660.33112.5748.9245.29
Hex49AC3B3A0422171312d
Octal11125473720102411616155
Binary100100110101100111011111010010000101000011110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,172,59); }

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

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

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

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

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

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

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