#44AD46

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

Shades of Fruit Salad #44AD46

Tints of Fruit Salad #44AD46

Color information

#44AD46 (or 0x44AD46) is unknown color: approx Fruit Salad. HEX triplet: 44, AD and 46. RGB value is (68,173,70). Sum of RGB (Red+Green+Blue) = 68+173+70=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AD46 is #BB52B9. Grayscale: #828282. Windows color (decimal): -12276410 or 4631876. OLE color: 4631876.

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

Color convert

RGB6817370-
CMYK0.6100.600.32
HSL121.14º43.57%47.25%-
HSV(B)121.14º60.69%67.84%-
XYZ18.4331.5610.91-
YUV129.8694.2183.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=21.86%
G=55.63%
B=22.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68173700.6100.600.32121.1443.5747.25
Hex44AD463D03C20792c2f
Octal10425510675074401715457
Binary100010010101101100011011110101111001000001111001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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