#498D4D

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

Shades of Fruit Salad #498D4D

Tints of Fruit Salad #498D4D

Color information

#498D4D (or 0x498D4D) is unknown color: approx Fruit Salad. HEX triplet: 49, 8D and 4D. RGB value is (73,141,77). Sum of RGB (Red+Green+Blue) = 73+141+77=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #498D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498D4D is #B672B2. Grayscale: #717171. Windows color (decimal): -11956915 or 5082441. OLE color: 5082441.

HSL color Cylindrical-coordinate representation of color #498D4D: hue angle of 123.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #498D4D is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB7314177-
CMYK0.4800.450.45
HSL123.53º31.78%41.96%-
HSV(B)123.53º48.23%55.29%-
XYZ13.612110.36-
YUV113.37107.4799.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 141 (55.47% from 255) = 48.45%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=25.09%
G=48.45%
B=26.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73141770.4800.450.45123.5331.7841.96
Hex498D4D3002D2D7c202a
Octal11121511560055551744052
Binary100100110001101100110111000001011011011011111100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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