#44AF56

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

Shades of Fruit Salad #44AF56

Tints of Fruit Salad #44AF56

Color information

#44AF56 (or 0x44AF56) is unknown color: approx Fruit Salad. HEX triplet: 44, AF and 56. RGB value is (68,175,86). Sum of RGB (Red+Green+Blue) = 68+175+86=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AF56 is #BB50A9. Grayscale: #858585. Windows color (decimal): -12275882 or 5680964. OLE color: 5680964.

HSL color Cylindrical-coordinate representation of color #44AF56: hue angle of 130.09º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF56 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB6817586-
CMYK0.6100.510.31
HSL130.09º44.03%47.65%-
HSV(B)130.09º61.14%68.63%-
XYZ19.3932.5614.07-
YUV132.86101.5581.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 175 (68.75% from 255) = 53.19%
BLUE value IS 86 (33.98% from 255) = 26.14%
R=20.67%
G=53.19%
B=26.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68175860.6100.510.31130.0944.0347.65
Hex44AF563D0331F822c30
Octal10425712675063372025460
Binary100010010101111101011011110101100111111110000010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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