#499C46

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

Shades of Fruit Salad #499C46

Tints of Fruit Salad #499C46

Color information

#499C46 (or 0x499C46) is unknown color: approx Fruit Salad. HEX triplet: 49, 9C and 46. RGB value is (73,156,70). Sum of RGB (Red+Green+Blue) = 73+156+70=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 156 (61.33% from 255 or 52.17% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 156 - color contains mainly: green. Hex color #499C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C46 is #B663B9. Grayscale: #797979. Windows color (decimal): -11953082 or 4627529. OLE color: 4627529.

HSL color Cylindrical-coordinate representation of color #499C46: hue angle of 117.91º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499C46 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB7315670-
CMYK0.5300.550.39
HSL117.91º38.05%44.31%-
HSV(B)117.91º55.13%61.18%-
XYZ15.7425.649.91-
YUV121.389993.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 156 (61.33% from 255) = 52.17%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=24.41%
G=52.17%
B=23.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73156700.5300.550.39117.9138.0544.31
Hex499C46350372776262c
Octal11123410665067471664654
Binary100100110011100100011011010101101111001111110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499C46; }

 p { color: rgb(73,156,70); }

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

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

 a { background-color: rgb(73,156,70); }

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

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

 span { border-color: rgb(73,156,70); }

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