#499B56

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

Shades of Fruit Salad #499B56

Tints of Fruit Salad #499B56

Color information

#499B56 (or 0x499B56) is unknown color: approx Fruit Salad. HEX triplet: 49, 9B and 56. RGB value is (73,155,86). Sum of RGB (Red+Green+Blue) = 73+155+86=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #499B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B56 is #B664A9. Grayscale: #7A7A7A. Windows color (decimal): -11953322 or 5675849. OLE color: 5675849.

HSL color Cylindrical-coordinate representation of color #499B56: hue angle of 129.51º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499B56 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB7315586-
CMYK0.5300.450.39
HSL129.51º35.96%44.71%-
HSV(B)129.51º52.9%60.78%-
XYZ16.1525.5312.88-
YUV122.62107.3392.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 155 (60.94% from 255) = 49.36%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=23.25%
G=49.36%
B=27.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73155860.5300.450.39129.5135.9644.71
Hex499B563502D2782242d
Octal11123312665055472024455
Binary1001001100110111010110110101010110110011110000010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,155,86); }

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

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

 a { background-color: rgb(73,155,86); }

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

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

 span { border-color: rgb(73,155,86); }

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