#46A655

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

Shades of Fruit Salad #46A655

Tints of Fruit Salad #46A655

Color information

#46A655 (or 0x46A655) is unknown color: approx Fruit Salad. HEX triplet: 46, A6 and 55. RGB value is (70,166,85). Sum of RGB (Red+Green+Blue) = 70+166+85=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #46A655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A655 is #B959AA. Grayscale: #808080. Windows color (decimal): -12147115 or 5613126. OLE color: 5613126.

HSL color Cylindrical-coordinate representation of color #46A655: hue angle of 129.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #46A655 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB7016685-
CMYK0.5800.490.35
HSL129.38º40.68%46.27%-
HSV(B)129.38º57.83%65.1%-
XYZ17.829.2313.3-
YUV128.06103.786.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 166 (65.23% from 255) = 51.71%
BLUE value IS 85 (33.59% from 255) = 26.48%
R=21.81%
G=51.71%
B=26.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal70166850.5800.490.35129.3840.6846.27
Hex46A6553A0312381292e
Octal10624612572061432015156
Binary1000110101001101010101111010011000110001110000001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,166,85); }

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

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

 a { background-color: rgb(70,166,85); }

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

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

 span { border-color: rgb(70,166,85); }

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