#46A949

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

Shades of Fruit Salad #46A949

Tints of Fruit Salad #46A949

Color information

#46A949 (or 0x46A949) is unknown color: approx Fruit Salad. HEX triplet: 46, A9 and 49. RGB value is (70,169,73). Sum of RGB (Red+Green+Blue) = 70+169+73=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #46A949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A949 is #B956B6. Grayscale: #808080. Windows color (decimal): -12146359 or 4827462. OLE color: 4827462.

HSL color Cylindrical-coordinate representation of color #46A949: hue angle of 121.82º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A949 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB7016973-
CMYK0.5900.570.34
HSL121.82º41.42%46.86%-
HSV(B)121.82º58.58%66.27%-
XYZ17.9230.1611.18-
YUV128.4596.786.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 169 (66.41% from 255) = 54.17%
BLUE value IS 73 (28.91% from 255) = 23.40%
R=22.44%
G=54.17%
B=23.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal70169730.5900.570.34121.8241.4246.86
Hex46A9493B039227a292f
Octal10625111173071421725157
Binary100011010101001100100111101101110011000101111010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A949; }

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

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

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

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

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

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

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

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