#499A51

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

Shades of Fruit Salad #499A51

Tints of Fruit Salad #499A51

Color information

#499A51 (or 0x499A51) is unknown color: approx Fruit Salad. HEX triplet: 49, 9A and 51. RGB value is (73,154,81). Sum of RGB (Red+Green+Blue) = 73+154+81=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #499A51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499A51 is #B665AE. Grayscale: #797979. Windows color (decimal): -11953583 or 5347913. OLE color: 5347913.

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

Color convert

RGB7315481-
CMYK0.5300.470.40
HSL125.93º35.68%44.51%-
HSV(B)125.93º52.6%60.39%-
XYZ15.7925.1211.8-
YUV121.46105.1693.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 154 (60.55% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=23.70%
G=50%
B=26.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73154810.5300.470.40125.9335.6844.51
Hex499A513502F287e242d
Octal11123212165057501764455
Binary100100110011010101000111010101011111010001111110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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