#44A146

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

Shades of Fruit Salad #44A146

Tints of Fruit Salad #44A146

Color information

#44A146 (or 0x44A146) is unknown color: approx Fruit Salad. HEX triplet: 44, A1 and 46. RGB value is (68,161,70). Sum of RGB (Red+Green+Blue) = 68+161+70=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #44A146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A146 is #BB5EB9. Grayscale: #7B7B7B. Windows color (decimal): -12279482 or 4628804. OLE color: 4628804.

HSL color Cylindrical-coordinate representation of color #44A146: hue angle of 121.29º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A146 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB6816170-
CMYK0.5800.570.37
HSL121.29º40.61%44.9%-
HSV(B)121.29º57.76%63.14%-
XYZ16.2327.1610.18-
YUV122.8298.1988.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 161 (63.28% from 255) = 53.85%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=22.74%
G=53.85%
B=23.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68161700.5800.570.37121.2940.6144.9
Hex44A1463A0392579292d
Octal10424110672071451715155
Binary100010010100001100011011101001110011001011111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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