#498E4F

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

Shades of Fruit Salad #498E4F

Tints of Fruit Salad #498E4F

Color information

#498E4F (or 0x498E4F) is unknown color: approx Fruit Salad. HEX triplet: 49, 8E and 4F. RGB value is (73,142,79). Sum of RGB (Red+Green+Blue) = 73+142+79=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #498E4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498E4F is #B671B0. Grayscale: #727272. Windows color (decimal): -11956657 or 5213769. OLE color: 5213769.

HSL color Cylindrical-coordinate representation of color #498E4F: hue angle of 125.22º 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 #498E4F is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB7314279-
CMYK0.4900.440.44
HSL125.22º32.09%42.16%-
HSV(B)125.22º48.59%55.69%-
XYZ13.8321.3310.78-
YUV114.19108.1498.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 79 (31.25% from 255) = 26.87%
R=24.83%
G=48.30%
B=26.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73142790.4900.440.44125.2232.0942.16
Hex498E4F3102C2C7d202a
Octal11121611761054541754052
Binary100100110001110100111111000101011001011001111101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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