#44984C

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

Shades of Fruit Salad #44984C

Tints of Fruit Salad #44984C

Color information

#44984C (or 0x44984C) is unknown color: approx Fruit Salad. HEX triplet: 44, 98 and 4C. RGB value is (68,152,76). Sum of RGB (Red+Green+Blue) = 68+152+76=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #44984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44984C is #BB67B3. Grayscale: #767676. Windows color (decimal): -12281780 or 5019716. OLE color: 5019716.

HSL color Cylindrical-coordinate representation of color #44984C: hue angle of 125.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44984C is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB6815276-
CMYK0.5500.500.40
HSL125.71º38.18%43.14%-
HSV(B)125.71º55.26%59.61%-
XYZ14.9224.2110.72-
YUV118.22104.1792.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=22.97%
G=51.35%
B=25.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152760.5500.500.40125.7138.1843.14
Hex44984C37032287e262b
Octal10423011467062501764653
Binary100010010011000100110011011101100101010001111110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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