#46B04C

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

Shades of Fruit Salad #46B04C

Tints of Fruit Salad #46B04C

Color information

#46B04C (or 0x46B04C) is unknown color: approx Fruit Salad. HEX triplet: 46, B0 and 4C. RGB value is (70,176,76). Sum of RGB (Red+Green+Blue) = 70+176+76=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 176 (69.14% from 255 or 54.66% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 176 - color contains mainly: green. Hex color #46B04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46B04C is #B94FB3. Grayscale: #858585. Windows color (decimal): -12144564 or 5025862. OLE color: 5025862.

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

Color convert

RGB7017676-
CMYK0.6000.570.31
HSL123.4º43.09%48.24%-
HSV(B)123.4º60.23%69.02%-
XYZ19.3632.8712.16-
YUV132.9195.8883.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 176 (69.14% from 255) = 54.66%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=21.74%
G=54.66%
B=23.60%

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
Decimal70176760.6000.570.31123.443.0948.24
Hex46B04C3C0391F7b2b30
Octal10626011474071371735360
Binary10001101011000010011001111000111001111111111011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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