#46B350

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

Shades of Fruit Salad #46B350

Tints of Fruit Salad #46B350

Color information

#46B350 (or 0x46B350) is unknown color: approx Fruit Salad. HEX triplet: 46, B3 and 50. RGB value is (70,179,80). Sum of RGB (Red+Green+Blue) = 70+179+80=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #46B350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46B350 is #B94CAF. Grayscale: #878787. Windows color (decimal): -12143792 or 5288774. OLE color: 5288774.

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

Color convert

RGB7017980-
CMYK0.6100.550.30
HSL125.5º43.78%48.82%-
HSV(B)125.5º60.89%70.2%-
XYZ20.0934.1213.12-
YUV135.1296.8981.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 179 (70.31% from 255) = 54.41%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=21.28%
G=54.41%
B=24.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70179800.6100.550.30125.543.7848.82
Hex46B3503D0371E7e2c31
Octal10626312075067361765461
Binary10001101011001110100001111010110111111101111110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,179,80); }

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

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

 a { background-color: rgb(70,179,80); }

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

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

 span { border-color: rgb(70,179,80); }

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