#498E45

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

Shades of Fruit Salad #498E45

Tints of Fruit Salad #498E45

Color information

#498E45 (or 0x498E45) is unknown color: approx Fruit Salad. HEX triplet: 49, 8E and 45. RGB value is (73,142,69). Sum of RGB (Red+Green+Blue) = 73+142+69=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #498E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E45 is #B671BA. Grayscale: #717171. Windows color (decimal): -11956667 or 4558409. OLE color: 4558409.

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

Color convert

RGB7314269-
CMYK0.4900.510.44
HSL116.71º34.6%41.37%-
HSV(B)116.71º51.41%55.69%-
XYZ13.4921.199.01-
YUV113.05103.1499.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.70%
GREEN value IS 142 (55.86% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=25.70%
G=50%
B=24.30%

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
Decimal73142690.4900.510.44116.7134.641.37
Hex498E45310332C752329
Octal11121610561063541654351
Binary100100110001110100010111000101100111011001110101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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