#44A54D

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

Shades of Fruit Salad #44A54D

Tints of Fruit Salad #44A54D

Color information

#44A54D (or 0x44A54D) is unknown color: approx Fruit Salad. HEX triplet: 44, A5 and 4D. RGB value is (68,165,77). Sum of RGB (Red+Green+Blue) = 68+165+77=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #44A54D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A54D is #BB5AB2. Grayscale: #7E7E7E. Windows color (decimal): -12278451 or 5088580. OLE color: 5088580.

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

Color convert

RGB6816577-
CMYK0.5900.530.35
HSL125.57º41.63%45.69%-
HSV(B)125.57º58.79%64.71%-
XYZ17.1828.6811.65-
YUV125.96100.3686.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 165 (64.84% from 255) = 53.23%
BLUE value IS 77 (30.47% from 255) = 24.84%
R=21.94%
G=53.23%
B=24.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165770.5900.530.35125.5741.6345.69
Hex44A54D3B035237e2a2e
Octal10424511573065431765256
Binary100010010100101100110111101101101011000111111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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