Shades of Emerald #46C16D
Tints of Emerald #46C16D
RGB
CMYK
RGB Variations
Color information
#46C16D (or 0x46C16D) is known color: Emerald. HEX triplet: 46, C1 and 6D. RGB value is (70,193,109). Sum of RGB (Red+Green+Blue) = 70+193+109=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #46C16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C16D is #B93E92. Grayscale: #929292. Windows color (decimal): -12140179 or 7192902. OLE color: 7192902.
HSL color Cylindrical-coordinate representation of color #46C16D: hue angle of 139.02º 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 #46C16D is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 109 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.24 |
| HSL | 139.02º | 0.5% | 0.52% | - |
| HSV(B) | 139.02º | 0.64% | 0.76% | - |
| XYZ | 24.36 | 40.55 | 21.01 | - |
| YUV | 146.65 | 106.75 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 109 | 0.64 | 0 | 0.44 | 0.24 | 139.02 | 0.5 | 0.52 |
| Hex | 46 | C1 | 6D | 40 | 0 | 2C | 18 | 8B | 32 | 34 |
| Octal | 106 | 301 | 155 | 100 | 0 | 54 | 30 | 213 | 62 | 64 |
| Binary | 1000110 | 11000001 | 1101101 | 1000000 | 0 | 101100 | 11000 | 10001011 | 110010 | 110100 |
Color Harmonies of #46C16D
Complementary color
Monochromatic Colors of #46C16D
Black with #46C16D
Text Example
Text Example
White with #46C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C16D; }
p { color: rgb(70,193,109); }
H1.HeaderClassName
{
color: #46C16D;
}
.AnyTagClassName
{
color: #46C16D;
}
</style>
background-color css
<style>
a { background-color: #46C16D; }
a { background-color: rgb(70,193,109); }
div.DivClassName
{
background-color: #46C16D;
}
.BgClassName
{
background-color: #46C16D;
}
</style>
border-color css
<style>
span { border-color: #46C16D; }
span { border-color: rgb(70,193,109); }
td.TdClassName
{
border-color: #46C16D;
}
.TagClassName
{
border-color: #46C16D;
}
</style>