#46AC3B

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

Shades of Fruit Salad #46AC3B

Tints of Fruit Salad #46AC3B

Color information

#46AC3B (or 0x46AC3B) is unknown color: approx Fruit Salad. HEX triplet: 46, AC and 3B. RGB value is (70,172,59). Sum of RGB (Red+Green+Blue) = 70+172+59=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #46AC3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AC3B is #B953C4. Grayscale: #808080. Windows color (decimal): -12145605 or 3910726. OLE color: 3910726.

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

Color convert

RGB7017259-
CMYK0.5900.660.33
HSL114.16º48.92%45.29%-
HSV(B)114.16º65.7%67.45%-
XYZ18.0731.129.19-
YUV128.6288.7186.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 172 (67.58% from 255) = 57.14%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=23.26%
G=57.14%
B=19.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70172590.5900.660.33114.1648.9245.29
Hex46AC3B3B0422172312d
Octal10625473730102411626155
Binary100011010101100111011111011010000101000011110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,172,59); }

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

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

 a { background-color: rgb(70,172,59); }

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

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

 span { border-color: rgb(70,172,59); }

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