Shades of Emerald #46C371
Tints of Emerald #46C371
RGB
CMYK
RGB Variations
Color information
#46C371 (or 0x46C371) is known color: Emerald. HEX triplet: 46, C3 and 71. RGB value is (70,195,113). Sum of RGB (Red+Green+Blue) = 70+195+113=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #46C371 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C371 is #B93C8E. Grayscale: #949494. Windows color (decimal): -12139663 or 7455558. OLE color: 7455558.
HSL color Cylindrical-coordinate representation of color #46C371: hue angle of 140.64º degrees, saturation: 0.51, 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 #46C371 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 113 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.24 |
| HSL | 140.64º | 0.51% | 0.52% | - |
| HSV(B) | 140.64º | 0.64% | 0.76% | - |
| XYZ | 25.02 | 41.52 | 22.32 | - |
| YUV | 148.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 113 | 0.64 | 0 | 0.42 | 0.24 | 140.64 | 0.51 | 0.52 |
| Hex | 46 | C3 | 71 | 40 | 0 | 2A | 18 | 8D | 33 | 34 |
| Octal | 106 | 303 | 161 | 100 | 0 | 52 | 30 | 215 | 63 | 64 |
| Binary | 1000110 | 11000011 | 1110001 | 1000000 | 0 | 101010 | 11000 | 10001101 | 110011 | 110100 |
Color Harmonies of #46C371
Complementary color
Monochromatic Colors of #46C371
Black with #46C371
Text Example
Text Example
White with #46C371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C371; }
p { color: rgb(70,195,113); }
H1.HeaderClassName
{
color: #46C371;
}
.AnyTagClassName
{
color: #46C371;
}
</style>
background-color css
<style>
a { background-color: #46C371; }
a { background-color: rgb(70,195,113); }
div.DivClassName
{
background-color: #46C371;
}
.BgClassName
{
background-color: #46C371;
}
</style>
border-color css
<style>
span { border-color: #46C371; }
span { border-color: rgb(70,195,113); }
td.TdClassName
{
border-color: #46C371;
}
.TagClassName
{
border-color: #46C371;
}
</style>