#44914D

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

Shades of Fruit Salad #44914D

Tints of Fruit Salad #44914D

Color information

#44914D (or 0x44914D) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 4D. RGB value is (68,145,77). Sum of RGB (Red+Green+Blue) = 68+145+77=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #44914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44914D is #BB6EB2. Grayscale: #727272. Windows color (decimal): -12283571 or 5083460. OLE color: 5083460.

HSL color Cylindrical-coordinate representation of color #44914D: hue angle of 127.01º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44914D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB6814577-
CMYK0.5300.470.43
HSL127.01º36.15%41.76%-
HSV(B)127.01º53.1%56.86%-
XYZ13.8522.0210.54-
YUV114.22106.9995.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 145 (57.03% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=23.45%
G=50%
B=26.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145770.5300.470.43127.0136.1541.76
Hex44914D3502F2B7f242a
Octal10422111565057531774452
Binary100010010010001100110111010101011111010111111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44914D; }

 p { color: rgb(68,145,77); }

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

<style>
 a { background-color: #44914D; }

 a { background-color: rgb(68,145,77); }

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

<style>
 span { border-color: #44914D; }

 span { border-color: rgb(68,145,77); }

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