#499A48

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

Shades of Fruit Salad #499A48

Tints of Fruit Salad #499A48

Color information

#499A48 (or 0x499A48) is unknown color: approx Fruit Salad. HEX triplet: 49, 9A and 48. RGB value is (73,154,72). Sum of RGB (Red+Green+Blue) = 73+154+72=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #499A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A48 is #B665B7. Grayscale: #787878. Windows color (decimal): -11953592 or 4758089. OLE color: 4758089.

HSL color Cylindrical-coordinate representation of color #499A48: hue angle of 119.27º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499A48 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB7315472-
CMYK0.5300.530.40
HSL119.27º36.28%44.31%-
HSV(B)119.27º53.25%60.39%-
XYZ15.472510.14-
YUV120.43100.6694.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 154 (60.55% from 255) = 51.51%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=24.41%
G=51.51%
B=24.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154720.5300.530.40119.2736.2844.31
Hex499A48350352877242c
Octal11123211065065501674454
Binary100100110011010100100011010101101011010001110111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499A48; }

 p { color: rgb(73,154,72); }

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

<style>
 a { background-color: #499A48; }

 a { background-color: rgb(73,154,72); }

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

<style>
 span { border-color: #499A48; }

 span { border-color: rgb(73,154,72); }

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