#46BE76

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

Shades of Emerald #46BE76

Tints of Emerald #46BE76

Color information

#46BE76 (or 0x46BE76) is unknown color: approx Emerald. HEX triplet: 46, BE and 76. RGB value is (70,190,118). Sum of RGB (Red+Green+Blue) = 70+190+118=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BE76 is #B94189. Grayscale: #929292. Windows color (decimal): -12140938 or 7781958. OLE color: 7781958.

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

Color convert

RGB70190118-
CMYK0.6300.380.25
HSL144º48%50.98%-
HSV(B)144º63.16%74.51%-
XYZ24.2139.4423.48-
YUV145.91112.2473.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.52%
GREEN value IS 190 (74.61% from 255) = 50.26%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=18.52%
G=50.26%
B=31.22%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901180.6300.380.251444850.98
Hex46BE763F02619903033
Octal10627616677046312206063
Binary100011010111110111011011111101001101100110010000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,190,118); }

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

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

 a { background-color: rgb(70,190,118); }

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

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

 span { border-color: rgb(70,190,118); }

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