#44A553

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

Shades of Fruit Salad #44A553

Tints of Fruit Salad #44A553

Color information

#44A553 (or 0x44A553) is unknown color: approx Fruit Salad. HEX triplet: 44, A5 and 53. RGB value is (68,165,83). Sum of RGB (Red+Green+Blue) = 68+165+83=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #44A553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A553 is #BB5AAC. Grayscale: #7E7E7E. Windows color (decimal): -12278445 or 5481796. OLE color: 5481796.

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

Color convert

RGB6816583-
CMYK0.5900.500.35
HSL129.28º41.63%45.69%-
HSV(B)129.28º58.79%64.71%-
XYZ17.428.7612.82-
YUV126.65103.3686.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=21.52%
G=52.22%
B=26.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165830.5900.500.35129.2841.6345.69
Hex44A5533B03223812a2e
Octal10424512373062432015256
Binary1000100101001011010011111011011001010001110000001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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