#49AC39

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

Shades of Fruit Salad #49AC39

Tints of Fruit Salad #49AC39

Color information

#49AC39 (or 0x49AC39) is unknown color: approx Fruit Salad. HEX triplet: 49, AC and 39. RGB value is (73,172,57). Sum of RGB (Red+Green+Blue) = 73+172+57=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC39 is #B653C6. Grayscale: #818181. Windows color (decimal): -11948999 or 3779657. OLE color: 3779657.

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

Color convert

RGB7317257-
CMYK0.5800.670.33
HSL111.65º50.22%44.9%-
HSV(B)111.65º66.86%67.45%-
XYZ18.2431.228.94-
YUV129.2987.287.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=24.17%
G=56.95%
B=18.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73172570.5800.670.33111.6550.2244.9
Hex49AC393A0432170322d
Octal11125471720103411606255
Binary100100110101100111001111010010000111000011110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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