#499152

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

Shades of Fruit Salad #499152

Tints of Fruit Salad #499152

Color information

#499152 (or 0x499152) is unknown color: approx Fruit Salad. HEX triplet: 49, 91 and 52. RGB value is (73,145,82). Sum of RGB (Red+Green+Blue) = 73+145+82=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #499152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499152 is #B66EAD. Grayscale: #747474. Windows color (decimal): -11955886 or 5411145. OLE color: 5411145.

HSL color Cylindrical-coordinate representation of color #499152: hue angle of 127.5º 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 #499152 is Cyan = 0.50, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB7314582-
CMYK0.5000.430.43
HSL127.5º33.03%42.75%-
HSV(B)127.5º49.66%56.86%-
XYZ14.422.2811.52-
YUV116.29108.6597.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=24.33%
G=48.33%
B=27.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73145820.5000.430.43127.533.0342.75
Hex4991523202B2B80212b
Octal11122112262053532004153
Binary1001001100100011010010110010010101110101110000000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499152; }

 p { color: rgb(73,145,82); }

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

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

 a { background-color: rgb(73,145,82); }

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

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

 span { border-color: rgb(73,145,82); }

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