#499050

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

Shades of Fruit Salad #499050

Tints of Fruit Salad #499050

Color information

#499050 (or 0x499050) is unknown color: approx Fruit Salad. HEX triplet: 49, 90 and 50. RGB value is (73,144,80). Sum of RGB (Red+Green+Blue) = 73+144+80=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #499050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499050 is #B66FAF. Grayscale: #737373. Windows color (decimal): -11956144 or 5279817. OLE color: 5279817.

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

Color convert

RGB7314480-
CMYK0.4900.440.44
HSL125.92º32.72%42.55%-
HSV(B)125.92º49.31%56.47%-
XYZ14.1721.9411.08-
YUV115.48107.9897.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=24.58%
G=48.48%
B=26.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144800.4900.440.44125.9232.7242.55
Hex4990503102C2C7e212b
Octal11122012061054541764153
Binary100100110010000101000011000101011001011001111110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499050; }

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

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

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

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

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

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

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

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