#46C27A

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

Shades of Emerald #46C27A

Tints of Emerald #46C27A

Color information

#46C27A (or 0x46C27A) is unknown color: approx Emerald. HEX triplet: 46, C2 and 7A. RGB value is (70,194,122). Sum of RGB (Red+Green+Blue) = 70+194+122=386 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.13% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #46C27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C27A is #B93D85. Grayscale: #949494. Windows color (decimal): -12139910 or 8045126. OLE color: 8045126.

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

Color convert

RGB70194122-
CMYK0.6400.370.24
HSL145.16º50.41%51.76%-
HSV(B)145.16º63.92%76.08%-
XYZ25.3341.2925.05-
YUV148.72112.9271.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.13%
GREEN value IS 194 (76.17% from 255) = 50.26%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=18.13%
G=50.26%
B=31.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701941220.6400.370.24145.1650.4151.76
Hex46C27A4002518913234
Octal106302172100045302216264
Binary1000110110000101111010100000001001011100010010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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