#44A946

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

Shades of Fruit Salad #44A946

Tints of Fruit Salad #44A946

Color information

#44A946 (or 0x44A946) is unknown color: approx Fruit Salad. HEX triplet: 44, A9 and 46. RGB value is (68,169,70). Sum of RGB (Red+Green+Blue) = 68+169+70=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #44A946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A946 is #BB56B9. Grayscale: #7F7F7F. Windows color (decimal): -12277434 or 4630852. OLE color: 4630852.

HSL color Cylindrical-coordinate representation of color #44A946: hue angle of 121.19º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A946 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB6816970-
CMYK0.6000.590.34
HSL121.19º42.62%46.47%-
HSV(B)121.19º59.76%66.27%-
XYZ17.6830.0510.66-
YUV127.5295.5485.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 169 (66.41% from 255) = 55.05%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=22.15%
G=55.05%
B=22.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal68169700.6000.590.34121.1942.6246.47
Hex44A9463C03B22792b2e
Octal10425110674073421715356
Binary100010010101001100011011110001110111000101111001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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