#44AC49

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

Shades of Fruit Salad #44AC49

Tints of Fruit Salad #44AC49

Color information

#44AC49 (or 0x44AC49) is unknown color: approx Fruit Salad. HEX triplet: 44, AC and 49. RGB value is (68,172,73). Sum of RGB (Red+Green+Blue) = 68+172+73=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AC49 is #BB53B6. Grayscale: #818181. Windows color (decimal): -12276663 or 4828228. OLE color: 4828228.

HSL color Cylindrical-coordinate representation of color #44AC49: hue angle of 122.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AC49 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB6817273-
CMYK0.6000.580.33
HSL122.88º43.33%47.06%-
HSV(B)122.88º60.47%67.45%-
XYZ18.3431.2211.36-
YUV129.6296.0484.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 172 (67.58% from 255) = 54.95%
BLUE value IS 73 (28.91% from 255) = 23.32%
R=21.73%
G=54.95%
B=23.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68172730.6000.580.33122.8843.3347.06
Hex44AC493C03A217b2b2f
Octal10425411174072411735357
Binary100010010101100100100111110001110101000011111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44AC49; }

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

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

<style>
 a { background-color: #44AC49; }

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

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

<style>
 span { border-color: #44AC49; }

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

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