#46AF52

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

Shades of Fruit Salad #46AF52

Tints of Fruit Salad #46AF52

Color information

#46AF52 (or 0x46AF52) is unknown color: approx Fruit Salad. HEX triplet: 46, AF and 52. RGB value is (70,175,82). Sum of RGB (Red+Green+Blue) = 70+175+82=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF52 is #B950AD. Grayscale: #858585. Windows color (decimal): -12144814 or 5418822. OLE color: 5418822.

HSL color Cylindrical-coordinate representation of color #46AF52: hue angle of 126.86º 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 #46AF52 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB7017582-
CMYK0.6000.530.31
HSL126.86º42.86%48.04%-
HSV(B)126.86º60%68.63%-
XYZ19.3832.5713.25-
YUV13399.2183.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=21.41%
G=53.52%
B=25.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70175820.6000.530.31126.8642.8648.04
Hex46AF523C0351F7f2b30
Octal10625712274065371775360
Binary10001101010111110100101111000110101111111111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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