#46C172

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

Shades of Emerald #46C172

Tints of Emerald #46C172

Color information

#46C172 (or 0x46C172) is unknown color: approx Emerald. HEX triplet: 46, C1 and 72. RGB value is (70,193,114). Sum of RGB (Red+Green+Blue) = 70+193+114=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #46C172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C172 is #B93E8D. Grayscale: #939393. Windows color (decimal): -12140174 or 7520582. OLE color: 7520582.

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

Color convert

RGB70193114-
CMYK0.6400.410.24
HSL141.46º49.8%51.57%-
HSV(B)141.46º63.73%75.69%-
XYZ24.6340.6622.47-
YUV147.22109.2572.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.57%
GREEN value IS 193 (75.78% from 255) = 51.19%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=18.57%
G=51.19%
B=30.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701931140.6400.410.24141.4649.851.57
Hex46C17240029188d3234
Octal106301162100051302156264
Binary1000110110000011110010100000001010011100010001101110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,193,114); }

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

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

 a { background-color: rgb(70,193,114); }

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

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

 span { border-color: rgb(70,193,114); }

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