#499F55

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

Shades of Fruit Salad #499F55

Tints of Fruit Salad #499F55

Color information

#499F55 (or 0x499F55) is unknown color: approx Fruit Salad. HEX triplet: 49, 9F and 55. RGB value is (73,159,85). Sum of RGB (Red+Green+Blue) = 73+159+85=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #499F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F55 is #B660AA. Grayscale: #7D7D7D. Windows color (decimal): -11952299 or 5611337. OLE color: 5611337.

HSL color Cylindrical-coordinate representation of color #499F55: hue angle of 128.37º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499F55 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB7315985-
CMYK0.5400.470.38
HSL128.37º37.07%45.49%-
HSV(B)128.37º54.09%62.35%-
XYZ16.7926.8712.9-
YUV124.85105.5191.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=23.03%
G=50.16%
B=26.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73159850.5400.470.38128.3737.0745.49
Hex499F553602F2680252d
Octal11123712566057462004555
Binary1001001100111111010101110110010111110011010000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499F55; }

 p { color: rgb(73,159,85); }

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

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

 a { background-color: rgb(73,159,85); }

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

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

 span { border-color: rgb(73,159,85); }

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