Shades of Emerald #46C06C
Tints of Emerald #46C06C
RGB
CMYK
RGB Variations
Color information
#46C06C (or 0x46C06C) is known color: Emerald. HEX triplet: 46, C0 and 6C. RGB value is (70,192,108). Sum of RGB (Red+Green+Blue) = 70+192+108=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #46C06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C06C is #B93F93. Grayscale: #929292. Windows color (decimal): -12140436 or 7127110. OLE color: 7127110.
HSL color Cylindrical-coordinate representation of color #46C06C: hue angle of 138.69º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C06C is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 108 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.25 |
| HSL | 138.69º | 0.49% | 0.51% | - |
| HSV(B) | 138.69º | 0.64% | 0.75% | - |
| XYZ | 24.08 | 40.08 | 20.66 | - |
| YUV | 145.95 | 106.58 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 108 | 0.64 | 0 | 0.44 | 0.25 | 138.69 | 0.49 | 0.51 |
| Hex | 46 | C0 | 6C | 40 | 0 | 2C | 19 | 8B | 31 | 33 |
| Octal | 106 | 300 | 154 | 100 | 0 | 54 | 31 | 213 | 61 | 63 |
| Binary | 1000110 | 11000000 | 1101100 | 1000000 | 0 | 101100 | 11001 | 10001011 | 110001 | 110011 |
Color Harmonies of #46C06C
Complementary color
Monochromatic Colors of #46C06C
Black with #46C06C
Text Example
Text Example
White with #46C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C06C; }
p { color: rgb(70,192,108); }
H1.HeaderClassName
{
color: #46C06C;
}
.AnyTagClassName
{
color: #46C06C;
}
</style>
background-color css
<style>
a { background-color: #46C06C; }
a { background-color: rgb(70,192,108); }
div.DivClassName
{
background-color: #46C06C;
}
.BgClassName
{
background-color: #46C06C;
}
</style>
border-color css
<style>
span { border-color: #46C06C; }
span { border-color: rgb(70,192,108); }
td.TdClassName
{
border-color: #46C06C;
}
.TagClassName
{
border-color: #46C06C;
}
</style>