#46B053

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

Shades of Fruit Salad #46B053

Tints of Fruit Salad #46B053

Color information

#46B053 (or 0x46B053) is unknown color: approx Fruit Salad. HEX triplet: 46, B0 and 53. RGB value is (70,176,83). Sum of RGB (Red+Green+Blue) = 70+176+83=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #46B053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46B053 is #B94FAC. Grayscale: #858585. Windows color (decimal): -12144557 or 5484614. OLE color: 5484614.

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

Color convert

RGB7017683-
CMYK0.6000.530.31
HSL127.36º43.09%48.24%-
HSV(B)127.36º60.23%69.02%-
XYZ19.6132.9813.52-
YUV133.799.3882.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 176 (69.14% from 255) = 53.50%
BLUE value IS 83 (32.81% from 255) = 25.23%
R=21.28%
G=53.50%
B=25.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70176830.6000.530.31127.3643.0948.24
Hex46B0533C0351F7f2b30
Octal10626012374065371775360
Binary10001101011000010100111111000110101111111111111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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