#499E46

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

Shades of Fruit Salad #499E46

Tints of Fruit Salad #499E46

Color information

#499E46 (or 0x499E46) is unknown color: approx Fruit Salad. HEX triplet: 49, 9E and 46. RGB value is (73,158,70). Sum of RGB (Red+Green+Blue) = 73+158+70=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #499E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499E46 is #B661B9. Grayscale: #7A7A7A. Windows color (decimal): -11952570 or 4628041. OLE color: 4628041.

HSL color Cylindrical-coordinate representation of color #499E46: hue angle of 117.95º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #499E46 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB7315870-
CMYK0.5400.560.38
HSL117.95º38.6%44.71%-
HSV(B)117.95º55.7%61.96%-
XYZ16.0826.3110.03-
YUV122.5598.3492.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 158 (62.11% from 255) = 52.49%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=24.25%
G=52.49%
B=23.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73158700.5400.560.38117.9538.644.71
Hex499E46360382676272d
Octal11123610666070461664755
Binary100100110011110100011011011001110001001101110110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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