#46AF4B

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

Shades of Fruit Salad #46AF4B

Tints of Fruit Salad #46AF4B

Color information

#46AF4B (or 0x46AF4B) is unknown color: approx Fruit Salad. HEX triplet: 46, AF and 4B. RGB value is (70,175,75). Sum of RGB (Red+Green+Blue) = 70+175+75=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46AF4B is #B950B4. Grayscale: #848484. Windows color (decimal): -12144821 or 4960070. OLE color: 4960070.

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

Color convert

RGB7017575-
CMYK0.6000.570.31
HSL122.86º42.86%48.04%-
HSV(B)122.86º60%68.63%-
XYZ19.1332.4711.92-
YUV132.2195.7183.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 175 (68.75% from 255) = 54.69%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=21.88%
G=54.69%
B=23.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70175750.6000.570.31122.8642.8648.04
Hex46AF4B3C0391F7b2b30
Octal10625711374071371735360
Binary10001101010111110010111111000111001111111111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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