#44A04E

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

Shades of Fruit Salad #44A04E

Tints of Fruit Salad #44A04E

Color information

#44A04E (or 0x44A04E) is unknown color: approx Fruit Salad. HEX triplet: 44, A0 and 4E. RGB value is (68,160,78). Sum of RGB (Red+Green+Blue) = 68+160+78=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #44A04E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A04E is #BB5FB1. Grayscale: #7B7B7B. Windows color (decimal): -12279730 or 5152836. OLE color: 5152836.

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

Color convert

RGB6816078-
CMYK0.5700.510.37
HSL126.52º40.35%44.71%-
HSV(B)126.52º57.5%62.75%-
XYZ16.3326.9211.54-
YUV123.14102.5288.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 160 (62.89% from 255) = 52.29%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=22.22%
G=52.29%
B=25.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68160780.5700.510.37126.5240.3544.71
Hex44A04E39033257f282d
Octal10424011671063451775055
Binary100010010100000100111011100101100111001011111111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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