#44AF53

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

Shades of Fruit Salad #44AF53

Tints of Fruit Salad #44AF53

Color information

#44AF53 (or 0x44AF53) is unknown color: approx Fruit Salad. HEX triplet: 44, AF and 53. RGB value is (68,175,83). Sum of RGB (Red+Green+Blue) = 68+175+83=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AF53 is #BB50AC. Grayscale: #848484. Windows color (decimal): -12275885 or 5484356. OLE color: 5484356.

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

Color convert

RGB6817583-
CMYK0.6100.530.31
HSL128.41º44.03%47.65%-
HSV(B)128.41º61.14%68.63%-
XYZ19.2832.5113.44-
YUV132.52100.0581.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 175 (68.75% from 255) = 53.68%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=20.86%
G=53.68%
B=25.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68175830.6100.530.31128.4144.0347.65
Hex44AF533D0351F802c30
Octal10425712375065372005460
Binary100010010101111101001111110101101011111110000000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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