#44914E

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

Shades of Fruit Salad #44914E

Tints of Fruit Salad #44914E

Color information

#44914E (or 0x44914E) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 4E. RGB value is (68,145,78). Sum of RGB (Red+Green+Blue) = 68+145+78=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #44914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44914E is #BB6EB1. Grayscale: #727272. Windows color (decimal): -12283570 or 5148996. OLE color: 5148996.

HSL color Cylindrical-coordinate representation of color #44914E: hue angle of 127.79º 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 #44914E is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB6814578-
CMYK0.5300.460.43
HSL127.79º36.15%41.76%-
HSV(B)127.79º53.1%56.86%-
XYZ13.8822.0310.73-
YUV114.34107.4994.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 145 (57.03% from 255) = 49.83%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=23.37%
G=49.83%
B=26.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145780.5300.460.43127.7936.1541.76
Hex44914E3502E2B80242a
Octal10422111665056532004452
Binary1000100100100011001110110101010111010101110000000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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