#46AB3F

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

Shades of Fruit Salad #46AB3F

Tints of Fruit Salad #46AB3F

Color information

#46AB3F (or 0x46AB3F) is unknown color: approx Fruit Salad. HEX triplet: 46, AB and 3F. RGB value is (70,171,63). Sum of RGB (Red+Green+Blue) = 70+171+63=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #46AB3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AB3F is #B954C0. Grayscale: #808080. Windows color (decimal): -12145857 or 4172614. OLE color: 4172614.

HSL color Cylindrical-coordinate representation of color #46AB3F: hue angle of 116.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46AB3F is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB7017163-
CMYK0.5900.630.33
HSL116.11º46.15%45.88%-
HSV(B)116.11º63.16%67.06%-
XYZ17.9930.799.7-
YUV128.4991.0486.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 171 (67.19% from 255) = 56.25%
BLUE value IS 63 (25% from 255) = 20.72%
R=23.03%
G=56.25%
B=20.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70171630.5900.630.33116.1146.1545.88
Hex46AB3F3B03F21742e2e
Octal1062537773077411645656
Binary10001101010101111111111101101111111000011110100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,171,63); }

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

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

 a { background-color: rgb(70,171,63); }

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

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

 span { border-color: rgb(70,171,63); }

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