#44A04C

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

Shades of Fruit Salad #44A04C

Tints of Fruit Salad #44A04C

Color information

#44A04C (or 0x44A04C) is unknown color: approx Fruit Salad. HEX triplet: 44, A0 and 4C. RGB value is (68,160,76). Sum of RGB (Red+Green+Blue) = 68+160+76=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #44A04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A04C is #BB5FB3. Grayscale: #7B7B7B. Windows color (decimal): -12279732 or 5021764. OLE color: 5021764.

HSL color Cylindrical-coordinate representation of color #44A04C: hue angle of 125.22º 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 #44A04C is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB6816076-
CMYK0.5700.520.37
HSL125.22º40.35%44.71%-
HSV(B)125.22º57.5%62.75%-
XYZ16.2626.8911.17-
YUV122.92101.5288.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 160 (62.89% from 255) = 52.63%
BLUE value IS 76 (30.08% from 255) = 25%
R=22.37%
G=52.63%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68160760.5700.520.37125.2240.3544.71
Hex44A04C39034257d282d
Octal10424011471064451755055
Binary100010010100000100110011100101101001001011111101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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