#499551

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

Shades of Fruit Salad #499551

Tints of Fruit Salad #499551

Color information

#499551 (or 0x499551) is unknown color: approx Fruit Salad. HEX triplet: 49, 95 and 51. RGB value is (73,149,81). Sum of RGB (Red+Green+Blue) = 73+149+81=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #499551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499551 is #B66AAE. Grayscale: #767676. Windows color (decimal): -11954863 or 5346633. OLE color: 5346633.

HSL color Cylindrical-coordinate representation of color #499551: hue angle of 126.32º 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 #499551 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB7314981-
CMYK0.5100.460.42
HSL126.32º34.23%43.53%-
HSV(B)126.32º51.01%58.43%-
XYZ14.9823.5111.53-
YUV118.52106.8295.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=24.09%
G=49.17%
B=26.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149810.5100.460.42126.3234.2343.53
Hex4995513302E2A7e222c
Octal11122512163056521764254
Binary100100110010101101000111001101011101010101111110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499551; }

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

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

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

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

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

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

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

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