#44A653

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

Shades of Fruit Salad #44A653

Tints of Fruit Salad #44A653

Color information

#44A653 (or 0x44A653) is unknown color: approx Fruit Salad. HEX triplet: 44, A6 and 53. RGB value is (68,166,83). Sum of RGB (Red+Green+Blue) = 68+166+83=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #44A653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A653 is #BB59AC. Grayscale: #7F7F7F. Windows color (decimal): -12278189 or 5482052. OLE color: 5482052.

HSL color Cylindrical-coordinate representation of color #44A653: hue angle of 129.18º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A653 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB6816683-
CMYK0.5900.500.35
HSL129.18º41.88%45.88%-
HSV(B)129.18º59.04%65.1%-
XYZ17.5829.1312.88-
YUV127.24103.0385.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 166 (65.23% from 255) = 52.37%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=21.45%
G=52.37%
B=26.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68166830.5900.500.35129.1841.8845.88
Hex44A6533B03223812a2e
Octal10424612373062432015256
Binary1000100101001101010011111011011001010001110000001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,166,83); }

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

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

 a { background-color: rgb(68,166,83); }

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

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

 span { border-color: rgb(68,166,83); }

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