Shades of Emerald #46C16C
Tints of Emerald #46C16C
RGB
CMYK
RGB Variations
Color information
#46C16C (or 0x46C16C) is known color: Emerald. HEX triplet: 46, C1 and 6C. RGB value is (70,193,108). Sum of RGB (Red+Green+Blue) = 70+193+108=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #46C16C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C16C is #B93E93. Grayscale: #929292. Windows color (decimal): -12140180 or 7127366. OLE color: 7127366.
HSL color Cylindrical-coordinate representation of color #46C16C: hue angle of 138.54º 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 #46C16C is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 108 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.24 |
| HSL | 138.54º | 0.5% | 0.52% | - |
| HSV(B) | 138.54º | 0.64% | 0.76% | - |
| XYZ | 24.3 | 40.52 | 20.73 | - |
| YUV | 146.53 | 106.25 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 108 | 0.64 | 0 | 0.44 | 0.24 | 138.54 | 0.5 | 0.52 |
| Hex | 46 | C1 | 6C | 40 | 0 | 2C | 18 | 8B | 32 | 34 |
| Octal | 106 | 301 | 154 | 100 | 0 | 54 | 30 | 213 | 62 | 64 |
| Binary | 1000110 | 11000001 | 1101100 | 1000000 | 0 | 101100 | 11000 | 10001011 | 110010 | 110100 |
Color Harmonies of #46C16C
Complementary color
Monochromatic Colors of #46C16C
Black with #46C16C
Text Example
Text Example
White with #46C16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C16C; }
p { color: rgb(70,193,108); }
H1.HeaderClassName
{
color: #46C16C;
}
.AnyTagClassName
{
color: #46C16C;
}
</style>
background-color css
<style>
a { background-color: #46C16C; }
a { background-color: rgb(70,193,108); }
div.DivClassName
{
background-color: #46C16C;
}
.BgClassName
{
background-color: #46C16C;
}
</style>
border-color css
<style>
span { border-color: #46C16C; }
span { border-color: rgb(70,193,108); }
td.TdClassName
{
border-color: #46C16C;
}
.TagClassName
{
border-color: #46C16C;
}
</style>