#46B33C

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

Shades of Fruit Salad #46B33C

Tints of Fruit Salad #46B33C

Color information

#46B33C (or 0x46B33C) is unknown color: approx Fruit Salad. HEX triplet: 46, B3 and 3C. RGB value is (70,179,60). Sum of RGB (Red+Green+Blue) = 70+179+60=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 179 (70.31% from 255 or 57.93% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 179 - color contains mainly: green. Hex color #46B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B33C is #B94CC3. Grayscale: #858585. Windows color (decimal): -12143812 or 3978054. OLE color: 3978054.

HSL color Cylindrical-coordinate representation of color #46B33C: hue angle of 114.96º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46B33C is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB7017960-
CMYK0.6100.660.30
HSL114.96º49.79%46.86%-
HSV(B)114.96º66.48%70.2%-
XYZ19.4633.879.79-
YUV132.8486.8983.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.65%
GREEN value IS 179 (70.31% from 255) = 57.93%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=22.65%
G=57.93%
B=19.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal70179600.6100.660.30114.9649.7946.86
Hex46B33C3D0421E73322f
Octal10626374750102361636257
Binary10001101011001111110011110101000010111101110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,179,60); }

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

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

 a { background-color: rgb(70,179,60); }

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

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

 span { border-color: rgb(70,179,60); }

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