#44A249

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

Shades of Fruit Salad #44A249

Tints of Fruit Salad #44A249

Color information

#44A249 (or 0x44A249) is unknown color: approx Fruit Salad. HEX triplet: 44, A2 and 49. RGB value is (68,162,73). Sum of RGB (Red+Green+Blue) = 68+162+73=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #44A249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A249 is #BB5DB6. Grayscale: #7C7C7C. Windows color (decimal): -12279223 or 4825668. OLE color: 4825668.

HSL color Cylindrical-coordinate representation of color #44A249: hue angle of 123.19º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A249 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB6816273-
CMYK0.5800.550.36
HSL123.19º40.87%45.1%-
HSV(B)123.19º58.02%63.53%-
XYZ16.5127.5510.75-
YUV123.7599.3688.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 162 (63.67% from 255) = 53.47%
BLUE value IS 73 (28.91% from 255) = 24.09%
R=22.44%
G=53.47%
B=24.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68162730.5800.550.36123.1940.8745.1
Hex44A2493A037247b292d
Octal10424211172067441735155
Binary100010010100010100100111101001101111001001111011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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