#44A350

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

Shades of Fruit Salad #44A350

Tints of Fruit Salad #44A350

Color information

#44A350 (or 0x44A350) is unknown color: approx Fruit Salad. HEX triplet: 44, A3 and 50. RGB value is (68,163,80). Sum of RGB (Red+Green+Blue) = 68+163+80=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #44A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A350 is #BB5CAF. Grayscale: #7D7D7D. Windows color (decimal): -12278960 or 5284676. OLE color: 5284676.

HSL color Cylindrical-coordinate representation of color #44A350: hue angle of 127.58º 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 #44A350 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB6816380-
CMYK0.5800.510.36
HSL127.58º41.13%45.29%-
HSV(B)127.58º58.28%63.92%-
XYZ16.932812.1-
YUV125.13102.5387.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=21.86%
G=52.41%
B=25.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68163800.5800.510.36127.5841.1345.29
Hex44A3503A0332480292d
Octal10424312072063442005155
Binary1000100101000111010000111010011001110010010000000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,163,80); }

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

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

 a { background-color: rgb(68,163,80); }

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

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

 span { border-color: rgb(68,163,80); }

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