#498D47

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

Shades of Fruit Salad #498D47

Tints of Fruit Salad #498D47

Color information

#498D47 (or 0x498D47) is unknown color: approx Fruit Salad. HEX triplet: 49, 8D and 47. RGB value is (73,141,71). Sum of RGB (Red+Green+Blue) = 73+141+71=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 141 - color contains mainly: green. Hex color #498D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498D47 is #B672B8. Grayscale: #707070. Windows color (decimal): -11956921 or 4689225. OLE color: 4689225.

HSL color Cylindrical-coordinate representation of color #498D47: hue angle of 118.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #498D47 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB7314171-
CMYK0.4800.500.45
HSL118.29º33.02%41.57%-
HSV(B)118.29º49.65%55.29%-
XYZ13.4120.929.29-
YUV112.69104.4799.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 141 (55.47% from 255) = 49.47%
BLUE value IS 71 (28.12% from 255) = 24.91%
R=25.61%
G=49.47%
B=24.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141710.4800.500.45118.2933.0241.57
Hex498D47300322D76212a
Octal11121510760062551664152
Binary100100110001101100011111000001100101011011110110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498D47; }

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

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

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

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

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

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

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

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