#46A052

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

Shades of Fruit Salad #46A052

Tints of Fruit Salad #46A052

Color information

#46A052 (or 0x46A052) is unknown color: approx Fruit Salad. HEX triplet: 46, A0 and 52. RGB value is (70,160,82). Sum of RGB (Red+Green+Blue) = 70+160+82=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #46A052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A052 is #B95FAD. Grayscale: #7C7C7C. Windows color (decimal): -12148654 or 5414982. OLE color: 5414982.

HSL color Cylindrical-coordinate representation of color #46A052: hue angle of 128º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46A052 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB7016082-
CMYK0.5600.490.37
HSL128º39.13%45.1%-
HSV(B)128º56.25%62.75%-
XYZ16.6227.0512.33-
YUV124.2104.1889.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.44%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 82 (32.42% from 255) = 26.28%
R=22.44%
G=51.28%
B=26.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70160820.5600.490.3712839.1345.1
Hex46A052380312580272d
Octal10624012270061452004755
Binary1000110101000001010010111000011000110010110000000100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,160,82); }

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

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

 a { background-color: rgb(70,160,82); }

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

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

 span { border-color: rgb(70,160,82); }

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