#499251

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

Shades of Fruit Salad #499251

Tints of Fruit Salad #499251

Color information

#499251 (or 0x499251) is unknown color: approx Fruit Salad. HEX triplet: 49, 92 and 51. RGB value is (73,146,81). Sum of RGB (Red+Green+Blue) = 73+146+81=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #499251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499251 is #B66DAE. Grayscale: #747474. Windows color (decimal): -11955631 or 5345865. OLE color: 5345865.

HSL color Cylindrical-coordinate representation of color #499251: hue angle of 126.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499251 is Cyan = 0.5, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB7314681-
CMYK0.500.450.43
HSL126.58º33.33%42.94%-
HSV(B)126.58º50%57.25%-
XYZ14.5122.5711.38-
YUV116.76107.8296.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 146 (57.42% from 255) = 48.67%
BLUE value IS 81 (32.03% from 255) = 27%
R=24.33%
G=48.67%
B=27%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73146810.500.450.43126.5833.3342.94
Hex4992513202D2B7f212b
Octal11122212162055531774153
Binary100100110010010101000111001001011011010111111111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499251; }

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

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

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

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

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

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

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

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