#499553

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

Shades of Fruit Salad #499553

Tints of Fruit Salad #499553

Color information

#499553 (or 0x499553) is unknown color: approx Fruit Salad. HEX triplet: 49, 95 and 53. RGB value is (73,149,83). Sum of RGB (Red+Green+Blue) = 73+149+83=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #499553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499553 is #B66AAC. Grayscale: #767676. Windows color (decimal): -11954861 or 5477705. OLE color: 5477705.

HSL color Cylindrical-coordinate representation of color #499553: hue angle of 127.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499553 is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB7314983-
CMYK0.5100.440.42
HSL127.89º34.23%43.53%-
HSV(B)127.89º51.01%58.43%-
XYZ15.0623.5411.93-
YUV118.75107.8295.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=23.93%
G=48.85%
B=27.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149830.5100.440.42127.8934.2343.53
Hex4995533302C2A80222c
Octal11122512363054522004254
Binary1001001100101011010011110011010110010101010000000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499553; }

 p { color: rgb(73,149,83); }

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

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

 a { background-color: rgb(73,149,83); }

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

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

 span { border-color: rgb(73,149,83); }

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