#44AD56

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

Shades of Fruit Salad #44AD56

Tints of Fruit Salad #44AD56

Color information

#44AD56 (or 0x44AD56) is unknown color: approx Fruit Salad. HEX triplet: 44, AD and 56. RGB value is (68,173,86). Sum of RGB (Red+Green+Blue) = 68+173+86=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AD56 is #BB52A9. Grayscale: #838383. Windows color (decimal): -12276394 or 5680452. OLE color: 5680452.

HSL color Cylindrical-coordinate representation of color #44AD56: hue angle of 130.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AD56 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB6817386-
CMYK0.6100.500.32
HSL130.29º43.57%47.25%-
HSV(B)130.29º60.69%67.84%-
XYZ19.0131.7913.94-
YUV131.69102.2182.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 173 (67.97% from 255) = 52.91%
BLUE value IS 86 (33.98% from 255) = 26.30%
R=20.80%
G=52.91%
B=26.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68173860.6100.500.32130.2943.5747.25
Hex44AD563D03220822c2f
Octal10425512675062402025457
Binary1000100101011011010110111101011001010000010000010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,173,86); }

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

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

 a { background-color: rgb(68,173,86); }

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

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

 span { border-color: rgb(68,173,86); }

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