#44B246

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

Shades of Fruit Salad #44B246

Tints of Fruit Salad #44B246

Color information

#44B246 (or 0x44B246) is unknown color: approx Fruit Salad. HEX triplet: 44, B2 and 46. RGB value is (68,178,70). Sum of RGB (Red+Green+Blue) = 68+178+70=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #44B246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B246 is #BB4DB9. Grayscale: #858585. Windows color (decimal): -12275130 or 4633156. OLE color: 4633156.

HSL color Cylindrical-coordinate representation of color #44B246: hue angle of 121.09º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B246 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB6817870-
CMYK0.6200.610.30
HSL121.09º44.72%48.24%-
HSV(B)121.09º61.8%69.8%-
XYZ19.4133.5111.24-
YUV132.892.5681.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 178 (69.92% from 255) = 56.33%
BLUE value IS 70 (27.73% from 255) = 22.15%
R=21.52%
G=56.33%
B=22.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68178700.6200.610.30121.0944.7248.24
Hex44B2463E03D1E792d30
Octal10426210676075361715560
Binary10001001011001010001101111100111101111101111001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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