#46C27F

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

Shades of Emerald #46C27F

Tints of Emerald #46C27F

Color information

#46C27F (or 0x46C27F) is unknown color: approx Emerald. HEX triplet: 46, C2 and 7F. RGB value is (70,194,127). Sum of RGB (Red+Green+Blue) = 70+194+127=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #46C27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C27F is #B93D80. Grayscale: #959595. Windows color (decimal): -12139905 or 8372806. OLE color: 8372806.

HSL color Cylindrical-coordinate representation of color #46C27F: hue angle of 147.58º 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 #46C27F is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB70194127-
CMYK0.6400.350.24
HSL147.58º50.41%51.76%-
HSV(B)147.58º63.92%76.08%-
XYZ25.6541.4226.72-
YUV149.29115.4271.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 194 (76.17% from 255) = 49.62%
BLUE value IS 127 (50% from 255) = 32.48%
R=17.90%
G=49.62%
B=32.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701941270.6400.350.24147.5850.4151.76
Hex46C27F4002318943234
Octal106302177100043302246264
Binary1000110110000101111111100000001000111100010010100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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