#46B054

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

Shades of Fruit Salad #46B054

Tints of Fruit Salad #46B054

Color information

#46B054 (or 0x46B054) is unknown color: approx Fruit Salad. HEX triplet: 46, B0 and 54. RGB value is (70,176,84). Sum of RGB (Red+Green+Blue) = 70+176+84=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 176 (69.14% from 255 or 53.33% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 176 - color contains mainly: green. Hex color #46B054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B054 is #B94FAB. Grayscale: #868686. Windows color (decimal): -12144556 or 5550150. OLE color: 5550150.

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

Color convert

RGB7017684-
CMYK0.6000.520.31
HSL127.92º43.09%48.24%-
HSV(B)127.92º60.23%69.02%-
XYZ19.6532.9913.72-
YUV133.8299.8882.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 176 (69.14% from 255) = 53.33%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=21.21%
G=53.33%
B=25.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70176840.6000.520.31127.9243.0948.24
Hex46B0543C0341F802b30
Octal10626012474064372005360
Binary100011010110000101010011110001101001111110000000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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