#44AC53

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

Shades of Fruit Salad #44AC53

Tints of Fruit Salad #44AC53

Color information

#44AC53 (or 0x44AC53) is unknown color: approx Fruit Salad. HEX triplet: 44, AC and 53. RGB value is (68,172,83). Sum of RGB (Red+Green+Blue) = 68+172+83=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AC53 is #BB53AC. Grayscale: #838383. Windows color (decimal): -12276653 or 5483588. OLE color: 5483588.

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

Color convert

RGB6817283-
CMYK0.6000.520.33
HSL128.65º43.33%47.06%-
HSV(B)128.65º60.47%67.45%-
XYZ18.731.3613.25-
YUV130.76101.0483.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=21.05%
G=53.25%
B=25.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68172830.6000.520.33128.6543.3347.06
Hex44AC533C03421812b2f
Octal10425412374064412015357
Binary1000100101011001010011111100011010010000110000001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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