Shades of Emerald #46C675
Tints of Emerald #46C675
RGB
CMYK
RGB Variations
Color information
#46C675 (or 0x46C675) is known color: Emerald. HEX triplet: 46, C6 and 75. RGB value is (70,198,117). Sum of RGB (Red+Green+Blue) = 70+198+117=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #46C675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C675 is #B9398A. Grayscale: #969696. Windows color (decimal): -12138891 or 7718470. OLE color: 7718470.
HSL color Cylindrical-coordinate representation of color #46C675: hue angle of 142.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C675 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 117 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.22 |
| HSL | 142.03º | 0.53% | 0.53% | - |
| HSV(B) | 142.03º | 0.65% | 0.78% | - |
| XYZ | 25.93 | 42.97 | 23.76 | - |
| YUV | 150.49 | 109.09 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 117 | 0.65 | 0 | 0.41 | 0.22 | 142.03 | 0.53 | 0.53 |
| Hex | 46 | C6 | 75 | 41 | 0 | 29 | 16 | 8E | 35 | 35 |
| Octal | 106 | 306 | 165 | 101 | 0 | 51 | 26 | 216 | 65 | 65 |
| Binary | 1000110 | 11000110 | 1110101 | 1000001 | 0 | 101001 | 10110 | 10001110 | 110101 | 110101 |
Color Harmonies of #46C675
Complementary color
Monochromatic Colors of #46C675
Black with #46C675
Text Example
Text Example
White with #46C675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C675; }
p { color: rgb(70,198,117); }
H1.HeaderClassName
{
color: #46C675;
}
.AnyTagClassName
{
color: #46C675;
}
</style>
background-color css
<style>
a { background-color: #46C675; }
a { background-color: rgb(70,198,117); }
div.DivClassName
{
background-color: #46C675;
}
.BgClassName
{
background-color: #46C675;
}
</style>
border-color css
<style>
span { border-color: #46C675; }
span { border-color: rgb(70,198,117); }
td.TdClassName
{
border-color: #46C675;
}
.TagClassName
{
border-color: #46C675;
}
</style>