#44984D

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

Shades of Fruit Salad #44984D

Tints of Fruit Salad #44984D

Color information

#44984D (or 0x44984D) is unknown color: approx Fruit Salad. HEX triplet: 44, 98 and 4D. RGB value is (68,152,77). Sum of RGB (Red+Green+Blue) = 68+152+77=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #44984D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44984D is #BB67B2. Grayscale: #767676. Windows color (decimal): -12281779 or 5085252. OLE color: 5085252.

HSL color Cylindrical-coordinate representation of color #44984D: hue angle of 126.43º 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 #44984D is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB6815277-
CMYK0.5500.490.40
HSL126.43º38.18%43.14%-
HSV(B)126.43º55.26%59.61%-
XYZ14.9524.2210.91-
YUV118.33104.6792.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 77 (30.47% from 255) = 25.93%
R=22.90%
G=51.18%
B=25.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152770.5500.490.40126.4338.1843.14
Hex44984D37031287e262b
Octal10423011567061501764653
Binary100010010011000100110111011101100011010001111110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44984D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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