#44AF54

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

Shades of Fruit Salad #44AF54

Tints of Fruit Salad #44AF54

Color information

#44AF54 (or 0x44AF54) is unknown color: approx Fruit Salad. HEX triplet: 44, AF and 54. RGB value is (68,175,84). Sum of RGB (Red+Green+Blue) = 68+175+84=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AF54 is #BB50AB. Grayscale: #848484. Windows color (decimal): -12275884 or 5549892. OLE color: 5549892.

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

Color convert

RGB6817584-
CMYK0.6100.520.31
HSL128.97º44.03%47.65%-
HSV(B)128.97º61.14%68.63%-
XYZ19.3132.5313.65-
YUV132.63100.5581.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=20.80%
G=53.52%
B=25.69%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68175840.6100.520.31128.9744.0347.65
Hex44AF543D0341F812c30
Octal10425712475064372015460
Binary100010010101111101010011110101101001111110000001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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