#46A454

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

Shades of Fruit Salad #46A454

Tints of Fruit Salad #46A454

Color information

#46A454 (or 0x46A454) is unknown color: approx Fruit Salad. HEX triplet: 46, A4 and 54. RGB value is (70,164,84). Sum of RGB (Red+Green+Blue) = 70+164+84=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #46A454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46A454 is #B95BAB. Grayscale: #7E7E7E. Windows color (decimal): -12147628 or 5547078. OLE color: 5547078.

HSL color Cylindrical-coordinate representation of color #46A454: hue angle of 128.94º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #46A454 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB7016484-
CMYK0.5700.490.36
HSL128.94º40.17%45.88%-
HSV(B)128.94º57.32%64.31%-
XYZ17.428.4912.97-
YUV126.77103.8687.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=22.01%
G=51.57%
B=26.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70164840.5700.490.36128.9440.1745.88
Hex46A454390312481282e
Octal10624412471061442015056
Binary1000110101001001010100111001011000110010010000001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,164,84); }

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

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

 a { background-color: rgb(70,164,84); }

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

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

 span { border-color: rgb(70,164,84); }

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