#498C49

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

Shades of Fruit Salad #498C49

Tints of Fruit Salad #498C49

Color information

#498C49 (or 0x498C49) is unknown color: approx Fruit Salad. HEX triplet: 49, 8C and 49. RGB value is (73,140,73). Sum of RGB (Red+Green+Blue) = 73+140+73=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 140 (55.08% from 255 or 48.95% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 140 - color contains mainly: green. Hex color #498C49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498C49 is #B673B6. Grayscale: #707070. Windows color (decimal): -11957175 or 4820041. OLE color: 4820041.

HSL color Cylindrical-coordinate representation of color #498C49: hue angle of 120º degrees, saturation: 0.31, 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 #498C49 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB7314073-
CMYK0.4800.480.45
HSL120º31.46%41.76%-
HSV(B)120º47.86%54.9%-
XYZ13.3320.659.59-
YUV112.33105.899.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 140 (55.08% from 255) = 48.95%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=25.52%
G=48.95%
B=25.52%

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
Decimal73140730.4800.480.4512031.4641.76
Hex498C49300302D781f2a
Octal11121411160060551703752
Binary10010011000110010010011100000110000101101111100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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