#44914C

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

Shades of Fruit Salad #44914C

Tints of Fruit Salad #44914C

Color information

#44914C (or 0x44914C) is unknown color: approx Fruit Salad. HEX triplet: 44, 91 and 4C. RGB value is (68,145,76). Sum of RGB (Red+Green+Blue) = 68+145+76=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #44914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44914C is #BB6EB3. Grayscale: #727272. Windows color (decimal): -12283572 or 5017924. OLE color: 5017924.

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

Color convert

RGB6814576-
CMYK0.5300.480.43
HSL126.23º36.15%41.76%-
HSV(B)126.23º53.1%56.86%-
XYZ13.812210.36-
YUV114.11106.4995.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 145 (57.03% from 255) = 50.17%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=23.53%
G=50.17%
B=26.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145760.5300.480.43126.2336.1541.76
Hex44914C350302B7e242a
Octal10422111465060531764452
Binary100010010010001100110011010101100001010111111110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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