#499747

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

Shades of Fruit Salad #499747

Tints of Fruit Salad #499747

Color information

#499747 (or 0x499747) is unknown color: approx Fruit Salad. HEX triplet: 49, 97 and 47. RGB value is (73,151,71). Sum of RGB (Red+Green+Blue) = 73+151+71=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #499747 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499747 is #B668B8. Grayscale: #767676. Windows color (decimal): -11954361 or 4691785. OLE color: 4691785.

HSL color Cylindrical-coordinate representation of color #499747: hue angle of 118.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499747 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB7315171-
CMYK0.5200.530.41
HSL118.5º36.04%43.53%-
HSV(B)118.5º52.98%59.22%-
XYZ14.95249.81-
YUV118.56101.1695.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.75%
GREEN value IS 151 (59.38% from 255) = 51.19%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=24.75%
G=51.19%
B=24.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73151710.5200.530.41118.536.0443.53
Hex499747340352976242c
Octal11122710764065511664454
Binary100100110010111100011111010001101011010011110110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499747; }

 p { color: rgb(73,151,71); }

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

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

 a { background-color: rgb(73,151,71); }

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

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

 span { border-color: rgb(73,151,71); }

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