#46B447

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

Shades of Fruit Salad #46B447

Tints of Fruit Salad #46B447

Color information

#46B447 (or 0x46B447) is unknown color: approx Fruit Salad. HEX triplet: 46, B4 and 47. RGB value is (70,180,71). Sum of RGB (Red+Green+Blue) = 70+180+71=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #46B447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B447 is #B94BB8. Grayscale: #878787. Windows color (decimal): -12143545 or 4699206. OLE color: 4699206.

HSL color Cylindrical-coordinate representation of color #46B447: hue angle of 120.55º 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 #46B447 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB7018071-
CMYK0.6100.610.29
HSL120.55º44%49.02%-
HSV(B)120.55º61.11%70.59%-
XYZ19.9834.411.55-
YUV134.6892.0681.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.81%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 71 (28.12% from 255) = 22.12%
R=21.81%
G=56.07%
B=22.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70180710.6100.610.29120.554449.02
Hex46B4473D03D1D792c31
Octal10626410775075351715461
Binary10001101011010010001111111010111101111011111001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,180,71); }

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

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

 a { background-color: rgb(70,180,71); }

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

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

 span { border-color: rgb(70,180,71); }

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