#44944D

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

Shades of Fruit Salad #44944D

Tints of Fruit Salad #44944D

Color information

#44944D (or 0x44944D) is unknown color: approx Fruit Salad. HEX triplet: 44, 94 and 4D. RGB value is (68,148,77). Sum of RGB (Red+Green+Blue) = 68+148+77=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #44944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44944D is #BB6BB2. Grayscale: #747474. Windows color (decimal): -12282803 or 5084228. OLE color: 5084228.

HSL color Cylindrical-coordinate representation of color #44944D: hue angle of 126.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44944D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB6814877-
CMYK0.5400.480.42
HSL126.75º37.04%42.35%-
HSV(B)126.75º54.05%58.04%-
XYZ14.3122.9410.7-
YUV115.9910693.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=23.21%
G=50.51%
B=26.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148770.5400.480.42126.7537.0442.35
Hex44944D360302A7f252a
Octal10422411566060521774552
Binary100010010010100100110111011001100001010101111111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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