#499B51

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

Shades of Fruit Salad #499B51

Tints of Fruit Salad #499B51

Color information

#499B51 (or 0x499B51) is unknown color: approx Fruit Salad. HEX triplet: 49, 9B and 51. RGB value is (73,155,81). Sum of RGB (Red+Green+Blue) = 73+155+81=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #499B51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499B51 is #B664AE. Grayscale: #7A7A7A. Windows color (decimal): -11953327 or 5348169. OLE color: 5348169.

HSL color Cylindrical-coordinate representation of color #499B51: hue angle of 125.85º 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 #499B51 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB7315581-
CMYK0.5300.480.39
HSL125.85º35.96%44.71%-
HSV(B)125.85º52.9%60.78%-
XYZ15.9525.4511.86-
YUV122.05104.8393.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=23.62%
G=50.16%
B=26.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73155810.5300.480.39125.8535.9644.71
Hex499B5135030277e242d
Octal11123312165060471764455
Binary100100110011011101000111010101100001001111111110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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