#44B655

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

Shades of Fruit Salad #44B655

Tints of Fruit Salad #44B655

Color information

#44B655 (or 0x44B655) is unknown color: approx Fruit Salad. HEX triplet: 44, B6 and 55. RGB value is (68,182,85). Sum of RGB (Red+Green+Blue) = 68+182+85=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #44B655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B655 is #BB49AA. Grayscale: #898989. Windows color (decimal): -12274091 or 5617220. OLE color: 5617220.

HSL color Cylindrical-coordinate representation of color #44B655: hue angle of 128.95º 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 #44B655 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB6818285-
CMYK0.6300.530.29
HSL128.95º45.6%49.02%-
HSV(B)128.95º62.64%71.37%-
XYZ20.7535.3414.32-
YUV136.8698.7378.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.30%
GREEN value IS 182 (71.48% from 255) = 54.33%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=20.30%
G=54.33%
B=25.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68182850.6300.530.29128.9545.649.02
Hex44B6553F0351D812e31
Octal10426612577065352015661
Binary100010010110110101010111111101101011110110000001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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