Shades of Emerald #46C164
Tints of Emerald #46C164
RGB
CMYK
RGB Variations
Color information
#46C164 (or 0x46C164) is known color: Emerald. HEX triplet: 46, C1 and 64. RGB value is (70,193,100). Sum of RGB (Red+Green+Blue) = 70+193+100=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #46C164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C164 is #B93E9B. Grayscale: #919191. Windows color (decimal): -12140188 or 6603078. OLE color: 6603078.
HSL color Cylindrical-coordinate representation of color #46C164: hue angle of 134.63º 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 #46C164 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 100 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.24 |
| HSL | 134.63º | 0.5% | 0.52% | - |
| HSV(B) | 134.63º | 0.64% | 0.76% | - |
| XYZ | 23.9 | 40.36 | 18.59 | - |
| YUV | 145.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 100 | 0.64 | 0 | 0.48 | 0.24 | 134.63 | 0.5 | 0.52 |
| Hex | 46 | C1 | 64 | 40 | 0 | 30 | 18 | 87 | 32 | 34 |
| Octal | 106 | 301 | 144 | 100 | 0 | 60 | 30 | 207 | 62 | 64 |
| Binary | 1000110 | 11000001 | 1100100 | 1000000 | 0 | 110000 | 11000 | 10000111 | 110010 | 110100 |
Color Harmonies of #46C164
Complementary color
Monochromatic Colors of #46C164
Black with #46C164
Text Example
Text Example
White with #46C164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C164; }
p { color: rgb(70,193,100); }
H1.HeaderClassName
{
color: #46C164;
}
.AnyTagClassName
{
color: #46C164;
}
</style>
background-color css
<style>
a { background-color: #46C164; }
a { background-color: rgb(70,193,100); }
div.DivClassName
{
background-color: #46C164;
}
.BgClassName
{
background-color: #46C164;
}
</style>
border-color css
<style>
span { border-color: #46C164; }
span { border-color: rgb(70,193,100); }
td.TdClassName
{
border-color: #46C164;
}
.TagClassName
{
border-color: #46C164;
}
</style>