#498D51

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

Shades of Fruit Salad #498D51

Tints of Fruit Salad #498D51

Color information

#498D51 (or 0x498D51) is unknown color: approx Fruit Salad. HEX triplet: 49, 8D and 51. RGB value is (73,141,81). Sum of RGB (Red+Green+Blue) = 73+141+81=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #498D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D51 is #B672AE. Grayscale: #727272. Windows color (decimal): -11956911 or 5344585. OLE color: 5344585.

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

Color convert

RGB7314181-
CMYK0.4800.430.45
HSL127.06º31.78%41.96%-
HSV(B)127.06º48.23%55.29%-
XYZ13.7621.0611.12-
YUV113.83109.4798.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=24.75%
G=47.80%
B=27.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141810.4800.430.45127.0631.7841.96
Hex498D513002B2D7f202a
Octal11121512160053551774052
Binary100100110001101101000111000001010111011011111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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