#44A549

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

Shades of Fruit Salad #44A549

Tints of Fruit Salad #44A549

Color information

#44A549 (or 0x44A549) is unknown color: approx Fruit Salad. HEX triplet: 44, A5 and 49. RGB value is (68,165,73). Sum of RGB (Red+Green+Blue) = 68+165+73=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #44A549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A549 is #BB5AB6. Grayscale: #7D7D7D. Windows color (decimal): -12278455 or 4826436. OLE color: 4826436.

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

Color convert

RGB6816573-
CMYK0.5900.560.35
HSL123.09º41.63%45.69%-
HSV(B)123.09º58.79%64.71%-
XYZ17.0428.6210.93-
YUV125.5198.3686.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 165 (64.84% from 255) = 53.92%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=22.22%
G=53.92%
B=23.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165730.5900.560.35123.0941.6345.69
Hex44A5493B038237b2a2e
Octal10424511173070431735256
Binary100010010100101100100111101101110001000111111011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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