#44A34D

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

Shades of Fruit Salad #44A34D

Tints of Fruit Salad #44A34D

Color information

#44A34D (or 0x44A34D) is unknown color: approx Fruit Salad. HEX triplet: 44, A3 and 4D. RGB value is (68,163,77). Sum of RGB (Red+Green+Blue) = 68+163+77=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #44A34D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A34D is #BB5CB2. Grayscale: #7D7D7D. Windows color (decimal): -12278963 or 5088068. OLE color: 5088068.

HSL color Cylindrical-coordinate representation of color #44A34D: hue angle of 125.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A34D is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB6816377-
CMYK0.5800.530.36
HSL125.68º41.13%45.29%-
HSV(B)125.68º58.28%63.92%-
XYZ16.8227.9611.53-
YUV124.79101.0387.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 77 (30.47% from 255) = 25%
R=22.08%
G=52.92%
B=25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68163770.5800.530.36125.6841.1345.29
Hex44A34D3A035247e292d
Octal10424311572065441765155
Binary100010010100011100110111101001101011001001111110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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