#46C889

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

Shades of Emerald #46C889

Tints of Emerald #46C889

Color information

#46C889 (or 0x46C889) is unknown color: approx Emerald. HEX triplet: 46, C8 and 89. RGB value is (70,200,137). Sum of RGB (Red+Green+Blue) = 70+200+137=407 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.20% from 407); Green value is 200 (78.52% from 255 or 49.14% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 200 - color contains mainly: green. Hex color #46C889 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C889 is #B93776. Grayscale: #9A9A9A. Windows color (decimal): -12138359 or 9029702. OLE color: 9029702.

HSL color Cylindrical-coordinate representation of color #46C889: hue angle of 150.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C889 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB70200137-
CMYK0.6500.320.22
HSL150.92º54.17%52.94%-
HSV(B)150.92º65%78.43%-
XYZ27.744.4230.78-
YUV153.95118.4368.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.20%
GREEN value IS 200 (78.52% from 255) = 49.14%
BLUE value IS 137 (53.91% from 255) = 33.66%
R=17.20%
G=49.14%
B=33.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal702001370.6500.320.22150.9254.1752.94
Hex46C8894102016973635
Octal106310211101040262276665
Binary10001101100100010001001100000101000001011010010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,200,137); }

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

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

 a { background-color: rgb(70,200,137); }

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

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

 span { border-color: rgb(70,200,137); }

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