#44A051

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

Shades of Fruit Salad #44A051

Tints of Fruit Salad #44A051

Color information

#44A051 (or 0x44A051) is unknown color: approx Fruit Salad. HEX triplet: 44, A0 and 51. RGB value is (68,160,81). Sum of RGB (Red+Green+Blue) = 68+160+81=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #44A051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A051 is #BB5FAE. Grayscale: #7B7B7B. Windows color (decimal): -12279727 or 5349444. OLE color: 5349444.

HSL color Cylindrical-coordinate representation of color #44A051: hue angle of 128.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A051 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB6816081-
CMYK0.5700.490.37
HSL128.48º40.35%44.71%-
HSV(B)128.48º57.5%62.75%-
XYZ16.4426.9612.12-
YUV123.49104.0288.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 160 (62.89% from 255) = 51.78%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=22.01%
G=51.78%
B=26.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal68160810.5700.490.37128.4840.3544.71
Hex44A051390312580282d
Octal10424012171061452005055
Binary1000100101000001010001111001011000110010110000000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,160,81); }

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

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

 a { background-color: rgb(68,160,81); }

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

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

 span { border-color: rgb(68,160,81); }

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