#46B050

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

Shades of Fruit Salad #46B050

Tints of Fruit Salad #46B050

Color information

#46B050 (or 0x46B050) is unknown color: approx Fruit Salad. HEX triplet: 46, B0 and 50. RGB value is (70,176,80). Sum of RGB (Red+Green+Blue) = 70+176+80=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 176 (69.14% from 255 or 53.99% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 176 - color contains mainly: green. Hex color #46B050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B050 is #B94FAF. Grayscale: #858585. Windows color (decimal): -12144560 or 5288006. OLE color: 5288006.

HSL color Cylindrical-coordinate representation of color #46B050: hue angle of 125.66º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46B050 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB7017680-
CMYK0.6000.550.31
HSL125.66º43.09%48.24%-
HSV(B)125.66º60.23%69.02%-
XYZ19.532.9312.92-
YUV133.3697.8882.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 176 (69.14% from 255) = 53.99%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=21.47%
G=53.99%
B=24.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70176800.6000.550.31125.6643.0948.24
Hex46B0503C0371F7e2b30
Octal10626012074067371765360
Binary10001101011000010100001111000110111111111111110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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