#44B657

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

Shades of Fruit Salad #44B657

Tints of Fruit Salad #44B657

Color information

#44B657 (or 0x44B657) is unknown color: approx Fruit Salad. HEX triplet: 44, B6 and 57. RGB value is (68,182,87). Sum of RGB (Red+Green+Blue) = 68+182+87=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #44B657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B657 is #BB49A8. Grayscale: #898989. Windows color (decimal): -12274089 or 5748292. OLE color: 5748292.

HSL color Cylindrical-coordinate representation of color #44B657: hue angle of 130º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B657 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB6818287-
CMYK0.6300.520.29
HSL130º45.6%49.02%-
HSV(B)130º62.64%71.37%-
XYZ20.8335.3714.75-
YUV137.0899.7378.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 182 (71.48% from 255) = 54.01%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=20.18%
G=54.01%
B=25.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68182870.6300.520.2913045.649.02
Hex44B6573F0341D822e31
Octal10426612777064352025661
Binary100010010110110101011111111101101001110110000010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,182,87); }

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

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

 a { background-color: rgb(68,182,87); }

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

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

 span { border-color: rgb(68,182,87); }

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