#498D49

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

Shades of Fruit Salad #498D49

Tints of Fruit Salad #498D49

Color information

#498D49 (or 0x498D49) is unknown color: approx Fruit Salad. HEX triplet: 49, 8D and 49. RGB value is (73,141,73). Sum of RGB (Red+Green+Blue) = 73+141+73=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #498D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498D49 is #B672B6. Grayscale: #717171. Windows color (decimal): -11956919 or 4820297. OLE color: 4820297.

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

Color convert

RGB7314173-
CMYK0.4800.480.45
HSL120º31.78%41.96%-
HSV(B)120º48.23%55.29%-
XYZ13.4820.959.64-
YUV112.92105.4799.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=25.44%
G=49.13%
B=25.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141730.4800.480.4512031.7841.96
Hex498D49300302D78202a
Octal11121511160060551704052
Binary100100110001101100100111000001100001011011111000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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