#44A654

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

Shades of Fruit Salad #44A654

Tints of Fruit Salad #44A654

Color information

#44A654 (or 0x44A654) is unknown color: approx Fruit Salad. HEX triplet: 44, A6 and 54. RGB value is (68,166,84). Sum of RGB (Red+Green+Blue) = 68+166+84=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #44A654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A654 is #BB59AB. Grayscale: #7F7F7F. Windows color (decimal): -12278188 or 5547588. OLE color: 5547588.

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

Color convert

RGB6816684-
CMYK0.5900.490.35
HSL129.8º41.88%45.88%-
HSV(B)129.8º59.04%65.1%-
XYZ17.6229.1413.08-
YUV127.35103.5385.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 166 (65.23% from 255) = 52.20%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=21.38%
G=52.20%
B=26.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68166840.5900.490.35129.841.8845.88
Hex44A6543B03123822a2e
Octal10424612473061432025256
Binary1000100101001101010100111011011000110001110000010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,166,84); }

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

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

 a { background-color: rgb(68,166,84); }

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

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

 span { border-color: rgb(68,166,84); }

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