#46C27C

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

Shades of Emerald #46C27C

Tints of Emerald #46C27C

Color information

#46C27C (or 0x46C27C) is unknown color: approx Emerald. HEX triplet: 46, C2 and 7C. RGB value is (70,194,124). Sum of RGB (Red+Green+Blue) = 70+194+124=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #46C27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C27C is #B93D83. Grayscale: #959595. Windows color (decimal): -12139908 or 8176198. OLE color: 8176198.

HSL color Cylindrical-coordinate representation of color #46C27C: hue angle of 146.13º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C27C is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB70194124-
CMYK0.6400.360.24
HSL146.13º50.41%51.76%-
HSV(B)146.13º63.92%76.08%-
XYZ25.4641.3425.71-
YUV148.94113.9271.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.04%
GREEN value IS 194 (76.17% from 255) = 50%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=18.04%
G=50%
B=31.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701941240.6400.360.24146.1350.4151.76
Hex46C27C4002418923234
Octal106302174100044302226264
Binary1000110110000101111100100000001001001100010010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,194,124); }

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

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

 a { background-color: rgb(70,194,124); }

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

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

 span { border-color: rgb(70,194,124); }

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