Shades of Emerald #46C46B
Tints of Emerald #46C46B
RGB
CMYK
RGB Variations
Color information
#46C46B (or 0x46C46B) is known color: Emerald. HEX triplet: 46, C4 and 6B. RGB value is (70,196,107). Sum of RGB (Red+Green+Blue) = 70+196+107=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #46C46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C46B is #B93B94. Grayscale: #949494. Windows color (decimal): -12139413 or 7062598. OLE color: 7062598.
HSL color Cylindrical-coordinate representation of color #46C46B: hue angle of 137.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C46B is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 70 | 196 | 107 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.23 |
| HSL | 137.62º | 0.52% | 0.52% | - |
| HSV(B) | 137.62º | 0.64% | 0.77% | - |
| XYZ | 24.92 | 41.84 | 20.67 | - |
| YUV | 148.18 | 104.76 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 196 | 107 | 0.64 | 0 | 0.45 | 0.23 | 137.62 | 0.52 | 0.52 |
| Hex | 46 | C4 | 6B | 40 | 0 | 2D | 17 | 8A | 34 | 34 |
| Octal | 106 | 304 | 153 | 100 | 0 | 55 | 27 | 212 | 64 | 64 |
| Binary | 1000110 | 11000100 | 1101011 | 1000000 | 0 | 101101 | 10111 | 10001010 | 110100 | 110100 |
Color Harmonies of #46C46B
Complementary color
Monochromatic Colors of #46C46B
Black with #46C46B
Text Example
Text Example
White with #46C46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C46B; }
p { color: rgb(70,196,107); }
H1.HeaderClassName
{
color: #46C46B;
}
.AnyTagClassName
{
color: #46C46B;
}
</style>
background-color css
<style>
a { background-color: #46C46B; }
a { background-color: rgb(70,196,107); }
div.DivClassName
{
background-color: #46C46B;
}
.BgClassName
{
background-color: #46C46B;
}
</style>
border-color css
<style>
span { border-color: #46C46B; }
span { border-color: rgb(70,196,107); }
td.TdClassName
{
border-color: #46C46B;
}
.TagClassName
{
border-color: #46C46B;
}
</style>