#499547

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

Shades of Fruit Salad #499547

Tints of Fruit Salad #499547

Color information

#499547 (or 0x499547) is unknown color: approx Fruit Salad. HEX triplet: 49, 95 and 47. RGB value is (73,149,71). Sum of RGB (Red+Green+Blue) = 73+149+71=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #499547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499547 is #B66AB8. Grayscale: #757575. Windows color (decimal): -11954873 or 4691273. OLE color: 4691273.

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

Color convert

RGB7314971-
CMYK0.5100.520.42
HSL118.46º35.45%43.14%-
HSV(B)118.46º52.35%58.43%-
XYZ14.6323.379.7-
YUV117.38101.8296.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 149 (58.59% from 255) = 50.85%
BLUE value IS 71 (28.12% from 255) = 24.23%
R=24.91%
G=50.85%
B=24.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149710.5100.520.42118.4635.4543.14
Hex499547330342A76232b
Octal11122510763064521664353
Binary100100110010101100011111001101101001010101110110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499547; }

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

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

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

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

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

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

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

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