#44A64D

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

Shades of Fruit Salad #44A64D

Tints of Fruit Salad #44A64D

Color information

#44A64D (or 0x44A64D) is unknown color: approx Fruit Salad. HEX triplet: 44, A6 and 4D. RGB value is (68,166,77). Sum of RGB (Red+Green+Blue) = 68+166+77=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #44A64D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A64D is #BB59B2. Grayscale: #7E7E7E. Windows color (decimal): -12278195 or 5088836. OLE color: 5088836.

HSL color Cylindrical-coordinate representation of color #44A64D: hue angle of 125.51º 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 #44A64D is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB6816677-
CMYK0.5900.540.35
HSL125.51º41.88%45.88%-
HSV(B)125.51º59.04%65.1%-
XYZ17.3629.0411.71-
YUV126.55100.0386.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.86%
GREEN value IS 166 (65.23% from 255) = 53.38%
BLUE value IS 77 (30.47% from 255) = 24.76%
R=21.86%
G=53.38%
B=24.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68166770.5900.540.35125.5141.8845.88
Hex44A64D3B036237e2a2e
Octal10424611573066431765256
Binary100010010100110100110111101101101101000111111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,166,77); }

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

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

 a { background-color: rgb(68,166,77); }

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

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

 span { border-color: rgb(68,166,77); }

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