#44A241

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

Shades of Fruit Salad #44A241

Tints of Fruit Salad #44A241

Color information

#44A241 (or 0x44A241) is unknown color: approx Fruit Salad. HEX triplet: 44, A2 and 41. RGB value is (68,162,65). Sum of RGB (Red+Green+Blue) = 68+162+65=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #44A241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A241 is #BB5DBE. Grayscale: #7B7B7B. Windows color (decimal): -12279231 or 4301380. OLE color: 4301380.

HSL color Cylindrical-coordinate representation of color #44A241: hue angle of 118.14º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A241 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB6816265-
CMYK0.5800.600.36
HSL118.14º42.73%44.51%-
HSV(B)118.14º59.88%63.53%-
XYZ16.2627.459.44-
YUV122.8495.3688.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 162 (63.67% from 255) = 54.92%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=23.05%
G=54.92%
B=22.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68162650.5800.600.36118.1442.7344.51
Hex44A2413A03C24762b2d
Octal10424210172074441665355
Binary100010010100010100000111101001111001001001110110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,65); }

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

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

 a { background-color: rgb(68,162,65); }

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

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

 span { border-color: rgb(68,162,65); }

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