#46C054

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

Shades of Fruit Salad #46C054

Tints of Fruit Salad #46C054

Color information

#46C054 (or 0x46C054) is unknown color: approx Fruit Salad. HEX triplet: 46, C0 and 54. RGB value is (70,192,84). Sum of RGB (Red+Green+Blue) = 70+192+84=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #46C054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C054 is #B93FAB. Grayscale: #8F8F8F. Windows color (decimal): -12140460 or 5554246. OLE color: 5554246.

HSL color Cylindrical-coordinate representation of color #46C054: hue angle of 126.89º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C054 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB7019284-
CMYK0.6400.560.25
HSL126.89º49.19%51.37%-
HSV(B)126.89º63.54%75.29%-
XYZ22.9839.6414.83-
YUV143.2194.5875.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.23%
GREEN value IS 192 (75.39% from 255) = 55.49%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=20.23%
G=55.49%
B=24.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal70192840.6400.560.25126.8949.1951.37
Hex46C05440038197f3133
Octal106300124100070311776163
Binary100011011000000101010010000000111000110011111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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