#44904e

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

Shades of Fruit Salad #44904E

Tints of Fruit Salad #44904E

Color information

#44904E (or 0x44904E) is unknown color: approx Fruit Salad. HEX triplet: 44, 90 and 4E. RGB value is (68,144,78). Sum of RGB (Red+Green+Blue) = 68+144+78=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #44904E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44904E is #BB6FB1. Grayscale: #717171. Windows color (decimal): -12283826 or 5148740. OLE color: 5148740.

HSL color Cylindrical-coordinate representation of color #44904E: hue angle of 127.89º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44904E is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB6814478-
CMYK0.5300.460.44
HSL127.89º35.85%41.57%-
HSV(B)127.89º52.78%56.47%-
XYZ13.7321.7310.68-
YUV113.75107.8295.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 78 (30.86% from 255) = 26.90%
R=23.45%
G=49.66%
B=26.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144780.5300.460.44127.8935.8541.57
Hex44904E3502E2C80242a
Octal10422011665056542004452
Binary1000100100100001001110110101010111010110010000000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44904e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44904e; }

 p { color: rgb(68,144,78); }

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

<style>
 a { background-color: #44904e; }

 a { background-color: rgb(68,144,78); }

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

<style>
 span { border-color: #44904e; }

 span { border-color: rgb(68,144,78); }

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