#46A53F

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

Shades of Fruit Salad #46A53F

Tints of Fruit Salad #46A53F

Color information

#46A53F (or 0x46A53F) is unknown color: approx Fruit Salad. HEX triplet: 46, A5 and 3F. RGB value is (70,165,63). Sum of RGB (Red+Green+Blue) = 70+165+63=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 165 (64.84% from 255 or 55.37% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 165 - color contains mainly: green. Hex color #46A53F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A53F is #B95AC0. Grayscale: #7D7D7D. Windows color (decimal): -12147393 or 4171078. OLE color: 4171078.

HSL color Cylindrical-coordinate representation of color #46A53F: hue angle of 115.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46A53F is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB7016563-
CMYK0.5800.620.35
HSL115.88º44.74%44.71%-
HSV(B)115.88º61.82%64.71%-
XYZ16.8828.579.33-
YUV124.9793.0388.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.49%
GREEN value IS 165 (64.84% from 255) = 55.37%
BLUE value IS 63 (25% from 255) = 21.14%
R=23.49%
G=55.37%
B=21.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal70165630.5800.620.35115.8844.7444.71
Hex46A53F3A03E23742d2d
Octal1062457772076431645555
Binary10001101010010111111111101001111101000111110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,165,63); }

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

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

 a { background-color: rgb(70,165,63); }

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

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

 span { border-color: rgb(70,165,63); }

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