#44AB46

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

Shades of Fruit Salad #44AB46

Tints of Fruit Salad #44AB46

Color information

#44AB46 (or 0x44AB46) is unknown color: approx Fruit Salad. HEX triplet: 44, AB and 46. RGB value is (68,171,70). Sum of RGB (Red+Green+Blue) = 68+171+70=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AB46 is #BB54B9. Grayscale: #808080. Windows color (decimal): -12276922 or 4631364. OLE color: 4631364.

HSL color Cylindrical-coordinate representation of color #44AB46: hue angle of 121.17º 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 #44AB46 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB6817170-
CMYK0.6000.590.33
HSL121.17º43.1%46.86%-
HSV(B)121.17º60.23%67.06%-
XYZ18.0530.810.79-
YUV128.6994.8884.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 171 (67.19% from 255) = 55.34%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=22.01%
G=55.34%
B=22.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68171700.6000.590.33121.1743.146.86
Hex44AB463C03B21792b2f
Octal10425310674073411715357
Binary100010010101011100011011110001110111000011111001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,171,70); }

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

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

 a { background-color: rgb(68,171,70); }

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

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

 span { border-color: rgb(68,171,70); }

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