#49904C

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

Shades of Fruit Salad #49904C

Tints of Fruit Salad #49904C

Color information

#49904C (or 0x49904C) is unknown color: approx Fruit Salad. HEX triplet: 49, 90 and 4C. RGB value is (73,144,76). Sum of RGB (Red+Green+Blue) = 73+144+76=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #49904C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49904C is #B66FB3. Grayscale: #737373. Windows color (decimal): -11956148 or 5017673. OLE color: 5017673.

HSL color Cylindrical-coordinate representation of color #49904C: hue angle of 122.54º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49904C is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB7314476-
CMYK0.4900.470.44
HSL122.54º32.72%42.55%-
HSV(B)122.54º49.31%56.47%-
XYZ14.0321.8810.32-
YUV115.02105.9898.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 144 (56.64% from 255) = 49.15%
BLUE value IS 76 (30.08% from 255) = 25.94%
R=24.91%
G=49.15%
B=25.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144760.4900.470.44122.5432.7242.55
Hex49904C3102F2C7b212b
Octal11122011461057541734153
Binary100100110010000100110011000101011111011001111011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,144,76); }

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

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

 a { background-color: rgb(73,144,76); }

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

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

 span { border-color: rgb(73,144,76); }

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