#44A547

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

Shades of Fruit Salad #44A547

Tints of Fruit Salad #44A547

Color information

#44A547 (or 0x44A547) is unknown color: approx Fruit Salad. HEX triplet: 44, A5 and 47. RGB value is (68,165,71). Sum of RGB (Red+Green+Blue) = 68+165+71=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 165 (64.84% from 255 or 54.28% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 165 - color contains mainly: green. Hex color #44A547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A547 is #BB5AB8. Grayscale: #7D7D7D. Windows color (decimal): -12278457 or 4695364. OLE color: 4695364.

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

Color convert

RGB6816571-
CMYK0.5900.570.35
HSL121.86º41.63%45.69%-
HSV(B)121.86º58.79%64.71%-
XYZ16.9828.5910.59-
YUV125.2897.3687.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 165 (64.84% from 255) = 54.28%
BLUE value IS 71 (28.12% from 255) = 23.36%
R=22.37%
G=54.28%
B=23.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165710.5900.570.35121.8641.6345.69
Hex44A5473B039237a2a2e
Octal10424510773071431725256
Binary100010010100101100011111101101110011000111111010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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