#499F50

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

Shades of Fruit Salad #499F50

Tints of Fruit Salad #499F50

Color information

#499F50 (or 0x499F50) is unknown color: approx Fruit Salad. HEX triplet: 49, 9F and 50. RGB value is (73,159,80). Sum of RGB (Red+Green+Blue) = 73+159+80=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #499F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499F50 is #B660AF. Grayscale: #7C7C7C. Windows color (decimal): -11952304 or 5283657. OLE color: 5283657.

HSL color Cylindrical-coordinate representation of color #499F50: hue angle of 124.88º 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 #499F50 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB7315980-
CMYK0.5400.500.38
HSL124.88º37.07%45.49%-
HSV(B)124.88º54.09%62.35%-
XYZ16.5926.7911.89-
YUV124.28103.0191.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 159 (62.5% from 255) = 50.96%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=23.40%
G=50.96%
B=25.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73159800.5400.500.38124.8837.0745.49
Hex499F5036032267d252d
Octal11123712066062461754555
Binary100100110011111101000011011001100101001101111101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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