#46B556

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

Shades of Fruit Salad #46B556

Tints of Fruit Salad #46B556

Color information

#46B556 (or 0x46B556) is unknown color: approx Fruit Salad. HEX triplet: 46, B5 and 56. RGB value is (70,181,86). Sum of RGB (Red+Green+Blue) = 70+181+86=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 181 (71.09% from 255 or 53.71% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 181 - color contains mainly: green. Hex color #46B556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B556 is #B94AA9. Grayscale: #898989. Windows color (decimal): -12143274 or 5682502. OLE color: 5682502.

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

Color convert

RGB7018186-
CMYK0.6100.520.29
HSL128.65º44.22%49.22%-
HSV(B)128.65º61.33%70.98%-
XYZ20.7335.0214.47-
YUV136.9899.2380.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 181 (71.09% from 255) = 53.71%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=20.77%
G=53.71%
B=25.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70181860.6100.520.29128.6544.2249.22
Hex46B5563D0341D812c31
Octal10626512675064352015461
Binary100011010110101101011011110101101001110110000001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,181,86); }

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

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

 a { background-color: rgb(70,181,86); }

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

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

 span { border-color: rgb(70,181,86); }

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