#498e4d

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

Shades of Fruit Salad #498E4D

Tints of Fruit Salad #498E4D

Color information

#498E4D (or 0x498E4D) is unknown color: approx Fruit Salad. HEX triplet: 49, 8E and 4D. RGB value is (73,142,77). Sum of RGB (Red+Green+Blue) = 73+142+77=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #498E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498E4D is #B671B2. Grayscale: #727272. Windows color (decimal): -11956659 or 5082697. OLE color: 5082697.

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

Color convert

RGB7314277-
CMYK0.4900.460.44
HSL123.48º32.09%42.16%-
HSV(B)123.48º48.59%55.69%-
XYZ13.7621.310.41-
YUV113.96107.1498.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=25%
G=48.63%
B=26.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73142770.4900.460.44123.4832.0942.16
Hex498E4D3102E2C7b202a
Octal11121611561056541734052
Binary100100110001110100110111000101011101011001111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498e4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,142,77); }

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

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

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

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

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

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

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