#46AF53

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

Shades of Fruit Salad #46AF53

Tints of Fruit Salad #46AF53

Color information

#46AF53 (or 0x46AF53) is unknown color: approx Fruit Salad. HEX triplet: 46, AF and 53. RGB value is (70,175,83). Sum of RGB (Red+Green+Blue) = 70+175+83=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF53 is #B950AC. Grayscale: #858585. Windows color (decimal): -12144813 or 5484358. OLE color: 5484358.

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

Color convert

RGB7017583-
CMYK0.6000.530.31
HSL127.43º42.86%48.04%-
HSV(B)127.43º60%68.63%-
XYZ19.4232.5913.45-
YUV133.1299.7182.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 175 (68.75% from 255) = 53.35%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=21.34%
G=53.35%
B=25.30%

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
Decimal70175830.6000.530.31127.4342.8648.04
Hex46AF533C0351F7f2b30
Octal10625712374065371775360
Binary10001101010111110100111111000110101111111111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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