#498D48

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

Shades of Fruit Salad #498D48

Tints of Fruit Salad #498D48

Color information

#498D48 (or 0x498D48) is unknown color: approx Fruit Salad. HEX triplet: 49, 8D and 48. RGB value is (73,141,72). Sum of RGB (Red+Green+Blue) = 73+141+72=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 141 (55.47% from 255 or 49.30% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 141 - color contains mainly: green. Hex color #498D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498D48 is #B672B7. Grayscale: #717171. Windows color (decimal): -11956920 or 4754761. OLE color: 4754761.

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

Color convert

RGB7314172-
CMYK0.4800.490.45
HSL119.13º32.39%41.76%-
HSV(B)119.13º48.94%55.29%-
XYZ13.4420.939.46-
YUV112.8104.9799.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 141 (55.47% from 255) = 49.30%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=25.52%
G=49.30%
B=25.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141720.4800.490.45119.1332.3941.76
Hex498D48300312D77202a
Octal11121511060061551674052
Binary100100110001101100100011000001100011011011110111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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