Shades of Emerald #46C36C
Tints of Emerald #46C36C
RGB
CMYK
RGB Variations
Color information
#46C36C (or 0x46C36C) is known color: Emerald. HEX triplet: 46, C3 and 6C. RGB value is (70,195,108). Sum of RGB (Red+Green+Blue) = 70+195+108=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #46C36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C36C is #B93C93. Grayscale: #939393. Windows color (decimal): -12139668 or 7127878. OLE color: 7127878.
HSL color Cylindrical-coordinate representation of color #46C36C: hue angle of 138.24º degrees, saturation: 0.51, 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 #46C36C is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 108 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.24 |
| HSL | 138.24º | 0.51% | 0.52% | - |
| HSV(B) | 138.24º | 0.64% | 0.76% | - |
| XYZ | 24.75 | 41.42 | 20.88 | - |
| YUV | 147.71 | 105.59 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 108 | 0.64 | 0 | 0.45 | 0.24 | 138.24 | 0.51 | 0.52 |
| Hex | 46 | C3 | 6C | 40 | 0 | 2D | 18 | 8A | 33 | 34 |
| Octal | 106 | 303 | 154 | 100 | 0 | 55 | 30 | 212 | 63 | 64 |
| Binary | 1000110 | 11000011 | 1101100 | 1000000 | 0 | 101101 | 11000 | 10001010 | 110011 | 110100 |
Color Harmonies of #46C36C
Complementary color
Monochromatic Colors of #46C36C
Black with #46C36C
Text Example
Text Example
White with #46C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C36C; }
p { color: rgb(70,195,108); }
H1.HeaderClassName
{
color: #46C36C;
}
.AnyTagClassName
{
color: #46C36C;
}
</style>
background-color css
<style>
a { background-color: #46C36C; }
a { background-color: rgb(70,195,108); }
div.DivClassName
{
background-color: #46C36C;
}
.BgClassName
{
background-color: #46C36C;
}
</style>
border-color css
<style>
span { border-color: #46C36C; }
span { border-color: rgb(70,195,108); }
td.TdClassName
{
border-color: #46C36C;
}
.TagClassName
{
border-color: #46C36C;
}
</style>