#44AC51

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

Shades of Fruit Salad #44AC51

Tints of Fruit Salad #44AC51

Color information

#44AC51 (or 0x44AC51) is unknown color: approx Fruit Salad. HEX triplet: 44, AC and 51. RGB value is (68,172,81). Sum of RGB (Red+Green+Blue) = 68+172+81=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC51 is #BB53AE. Grayscale: #828282. Windows color (decimal): -12276655 or 5352516. OLE color: 5352516.

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

Color convert

RGB6817281-
CMYK0.6000.530.33
HSL127.5º43.33%47.06%-
HSV(B)127.5º60.47%67.45%-
XYZ18.6231.3312.85-
YUV130.53100.0483.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.18%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 81 (32.03% from 255) = 25.23%
R=21.18%
G=53.58%
B=25.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68172810.6000.530.33127.543.3347.06
Hex44AC513C03521802b2f
Octal10425412174065412005357
Binary1000100101011001010001111100011010110000110000000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,172,81); }

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

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

 a { background-color: rgb(68,172,81); }

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

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

 span { border-color: rgb(68,172,81); }

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