#46B655

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

Shades of Fruit Salad #46B655

Tints of Fruit Salad #46B655

Color information

#46B655 (or 0x46B655) is unknown color: approx Fruit Salad. HEX triplet: 46, B6 and 55. RGB value is (70,182,85). Sum of RGB (Red+Green+Blue) = 70+182+85=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #46B655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B655 is #B949AA. Grayscale: #898989. Windows color (decimal): -12143019 or 5617222. OLE color: 5617222.

HSL color Cylindrical-coordinate representation of color #46B655: hue angle of 128.04º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B655 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB7018285-
CMYK0.6200.530.29
HSL128.04º44.44%49.41%-
HSV(B)128.04º61.54%71.37%-
XYZ20.8935.4114.33-
YUV137.4598.3979.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 182 (71.48% from 255) = 54.01%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=20.77%
G=54.01%
B=25.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70182850.6200.530.29128.0444.4449.41
Hex46B6553E0351D802c31
Octal10626612576065352005461
Binary100011010110110101010111111001101011110110000000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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