#498F45

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

Shades of Fruit Salad #498F45

Tints of Fruit Salad #498F45

Color information

#498F45 (or 0x498F45) is unknown color: approx Fruit Salad. HEX triplet: 49, 8F and 45. RGB value is (73,143,69). Sum of RGB (Red+Green+Blue) = 73+143+69=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #498F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498F45 is #B670BA. Grayscale: #717171. Windows color (decimal): -11956411 or 4558665. OLE color: 4558665.

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

Color convert

RGB7314369-
CMYK0.4900.520.44
HSL116.76º34.91%41.57%-
HSV(B)116.76º51.75%56.08%-
XYZ13.6421.499.06-
YUV113.63102.8199.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 143 (56.25% from 255) = 50.18%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=25.61%
G=50.18%
B=24.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73143690.4900.520.44116.7634.9141.57
Hex498F45310342C75232a
Octal11121710561064541654352
Binary100100110001111100010111000101101001011001110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,143,69); }

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

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

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

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

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

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

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