#46B445

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

Shades of Fruit Salad #46B445

Tints of Fruit Salad #46B445

Color information

#46B445 (or 0x46B445) is unknown color: approx Fruit Salad. HEX triplet: 46, B4 and 45. RGB value is (70,180,69). Sum of RGB (Red+Green+Blue) = 70+180+69=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #46B445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B445 is #B94BBA. Grayscale: #868686. Windows color (decimal): -12143547 or 4568134. OLE color: 4568134.

HSL color Cylindrical-coordinate representation of color #46B445: hue angle of 119.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46B445 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB7018069-
CMYK0.6100.620.29
HSL119.46º44.58%48.82%-
HSV(B)119.46º61.67%70.59%-
XYZ19.9234.3711.22-
YUV134.4691.0682.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 180 (70.70% from 255) = 56.43%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=21.94%
G=56.43%
B=21.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal70180690.6100.620.29119.4644.5848.82
Hex46B4453D03E1D772d31
Octal10626410575076351675561
Binary10001101011010010001011111010111110111011110111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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