#44A546

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

Shades of Fruit Salad #44A546

Tints of Fruit Salad #44A546

Color information

#44A546 (or 0x44A546) is unknown color: approx Fruit Salad. HEX triplet: 44, A5 and 46. RGB value is (68,165,70). Sum of RGB (Red+Green+Blue) = 68+165+70=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #44A546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A546 is #BB5AB9. Grayscale: #7D7D7D. Windows color (decimal): -12278458 or 4629828. OLE color: 4629828.

HSL color Cylindrical-coordinate representation of color #44A546: hue angle of 121.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A546 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB6816570-
CMYK0.5900.580.35
HSL121.24º41.63%45.69%-
HSV(B)121.24º58.79%64.71%-
XYZ16.9428.5810.42-
YUV125.1796.8687.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=22.44%
G=54.46%
B=23.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165700.5900.580.35121.2441.6345.69
Hex44A5463B03A23792a2e
Octal10424510673072431715256
Binary100010010100101100011011101101110101000111111001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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