#44A340

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

Shades of Fruit Salad #44A340

Tints of Fruit Salad #44A340

Color information

#44A340 (or 0x44A340) is unknown color: approx Fruit Salad. HEX triplet: 44, A3 and 40. RGB value is (68,163,64). Sum of RGB (Red+Green+Blue) = 68+163+64=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #44A340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A340 is #BB5CBF. Grayscale: #7B7B7B. Windows color (decimal): -12278976 or 4236100. OLE color: 4236100.

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

Color convert

RGB6816364-
CMYK0.5800.610.36
HSL117.58º43.61%44.51%-
HSV(B)117.58º60.74%63.92%-
XYZ16.4127.799.35-
YUV123.3194.5388.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 163 (64.06% from 255) = 55.25%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=23.05%
G=55.25%
B=21.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68163640.5800.610.36117.5843.6144.51
Hex44A3403A03D24762c2d
Octal10424310072075441665455
Binary100010010100011100000011101001111011001001110110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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