#44984A

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

Shades of Fruit Salad #44984A

Tints of Fruit Salad #44984A

Color information

#44984A (or 0x44984A) is unknown color: approx Fruit Salad. HEX triplet: 44, 98 and 4A. RGB value is (68,152,74). Sum of RGB (Red+Green+Blue) = 68+152+74=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #44984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44984A is #BB67B5. Grayscale: #767676. Windows color (decimal): -12281782 or 4888644. OLE color: 4888644.

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

Color convert

RGB6815274-
CMYK0.5500.510.40
HSL124.29º38.18%43.14%-
HSV(B)124.29º55.26%59.61%-
XYZ14.8524.1810.36-
YUV117.99103.1792.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 152 (59.77% from 255) = 51.70%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=23.13%
G=51.70%
B=25.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152740.5500.510.40124.2938.1843.14
Hex44984A37033287c262b
Octal10423011267063501744653
Binary100010010011000100101011011101100111010001111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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