#498D52

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

Shades of Fruit Salad #498D52

Tints of Fruit Salad #498D52

Color information

#498D52 (or 0x498D52) is unknown color: approx Fruit Salad. HEX triplet: 49, 8D and 52. RGB value is (73,141,82). Sum of RGB (Red+Green+Blue) = 73+141+82=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #498D52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D52 is #B672AD. Grayscale: #727272. Windows color (decimal): -11956910 or 5410121. OLE color: 5410121.

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

Color convert

RGB7314182-
CMYK0.4800.420.45
HSL127.94º31.78%41.96%-
HSV(B)127.94º48.23%55.29%-
XYZ13.821.0811.32-
YUV113.94109.9798.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 141 (55.47% from 255) = 47.64%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=24.66%
G=47.64%
B=27.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141820.4800.420.45127.9431.7841.96
Hex498D523002A2D80202a
Octal11121512260052552004052
Binary1001001100011011010010110000010101010110110000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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