#499552

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

Shades of Fruit Salad #499552

Tints of Fruit Salad #499552

Color information

#499552 (or 0x499552) is unknown color: approx Fruit Salad. HEX triplet: 49, 95 and 52. RGB value is (73,149,82). Sum of RGB (Red+Green+Blue) = 73+149+82=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #499552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499552 is #B66AAD. Grayscale: #767676. Windows color (decimal): -11954862 or 5412169. OLE color: 5412169.

HSL color Cylindrical-coordinate representation of color #499552: hue angle of 127.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499552 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB7314982-
CMYK0.5100.450.42
HSL127.11º34.23%43.53%-
HSV(B)127.11º51.01%58.43%-
XYZ15.0223.5211.73-
YUV118.64107.3295.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 149 (58.59% from 255) = 49.01%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=24.01%
G=49.01%
B=26.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149820.5100.450.42127.1134.2343.53
Hex4995523302D2A7f222c
Octal11122512263055521774254
Binary100100110010101101001011001101011011010101111111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499552; }

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

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

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

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

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

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

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

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