#49904F

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

Shades of Fruit Salad #49904F

Tints of Fruit Salad #49904F

Color information

#49904F (or 0x49904F) is unknown color: approx Fruit Salad. HEX triplet: 49, 90 and 4F. RGB value is (73,144,79). Sum of RGB (Red+Green+Blue) = 73+144+79=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #49904F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49904F is #B66FB0. Grayscale: #737373. Windows color (decimal): -11956145 or 5214281. OLE color: 5214281.

HSL color Cylindrical-coordinate representation of color #49904F: hue angle of 125.07º 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 #49904F is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB7314479-
CMYK0.4900.450.44
HSL125.07º32.72%42.55%-
HSV(B)125.07º49.31%56.47%-
XYZ14.1321.9310.88-
YUV115.36107.4897.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=24.66%
G=48.65%
B=26.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144790.4900.450.44125.0732.7242.55
Hex49904F3102D2C7d212b
Octal11122011761055541754153
Binary100100110010000100111111000101011011011001111101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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