#49ac58

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

Shades of Fruit Salad #49AC58

Tints of Fruit Salad #49AC58

Color information

#49AC58 (or 0x49AC58) is unknown color: approx Fruit Salad. HEX triplet: 49, AC and 58. RGB value is (73,172,88). Sum of RGB (Red+Green+Blue) = 73+172+88=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49AC58 is #B653A7. Grayscale: #858585. Windows color (decimal): -11948968 or 5811273. OLE color: 5811273.

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

Color convert

RGB7317288-
CMYK0.5800.490.33
HSL129.09º40.41%48.04%-
HSV(B)129.09º57.56%67.45%-
XYZ19.2631.6314.32-
YUV132.82102.785.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 172 (67.58% from 255) = 51.65%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=21.92%
G=51.65%
B=26.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73172880.5800.490.33129.0940.4148.04
Hex49AC583A03121812830
Octal11125413072061412015060
Binary1001001101011001011000111010011000110000110000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ac58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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