#498E46

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

Shades of Fruit Salad #498E46

Tints of Fruit Salad #498E46

Color information

#498E46 (or 0x498E46) is unknown color: approx Fruit Salad. HEX triplet: 49, 8E and 46. RGB value is (73,142,70). Sum of RGB (Red+Green+Blue) = 73+142+70=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #498E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E46 is #B671B9. Grayscale: #717171. Windows color (decimal): -11956666 or 4623945. OLE color: 4623945.

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

Color convert

RGB7314270-
CMYK0.4900.510.44
HSL117.5º33.96%41.57%-
HSV(B)117.5º50.7%55.69%-
XYZ13.5321.29.17-
YUV113.16103.6499.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=25.61%
G=49.82%
B=24.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73142700.4900.510.44117.533.9641.57
Hex498E46310332C76222a
Octal11121610661063541664252
Binary100100110001110100011011000101100111011001110110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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