#499549

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

Shades of Fruit Salad #499549

Tints of Fruit Salad #499549

Color information

#499549 (or 0x499549) is unknown color: approx Fruit Salad. HEX triplet: 49, 95 and 49. RGB value is (73,149,73). Sum of RGB (Red+Green+Blue) = 73+149+73=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #499549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499549 is #B66AB6. Grayscale: #757575. Windows color (decimal): -11954871 or 4822345. OLE color: 4822345.

HSL color Cylindrical-coordinate representation of color #499549: hue angle of 120º 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 #499549 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB7314973-
CMYK0.5100.510.42
HSL120º34.23%43.53%-
HSV(B)120º51.01%58.43%-
XYZ14.723.3910.04-
YUV117.61102.8296.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 73 (28.91% from 255) = 24.75%
R=24.75%
G=50.51%
B=24.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149730.5100.510.4212034.2343.53
Hex499549330332A78222c
Octal11122511163063521704254
Binary100100110010101100100111001101100111010101111000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499549; }

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

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

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

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

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

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

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

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