Shades of Emerald #46C35C
Tints of Emerald #46C35C
RGB
CMYK
RGB Variations
Color information
#46C35C (or 0x46C35C) is known color: Emerald. HEX triplet: 46, C3 and 5C. RGB value is (70,195,92). Sum of RGB (Red+Green+Blue) = 70+195+92=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #46C35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C35C is #B93CA3. Grayscale: #929292. Windows color (decimal): -12139684 or 6079302. OLE color: 6079302.
HSL color Cylindrical-coordinate representation of color #46C35C: hue angle of 130.56º 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 #46C35C is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 195 | 92 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.24 |
| HSL | 130.56º | 0.51% | 0.52% | - |
| HSV(B) | 130.56º | 0.64% | 0.76% | - |
| XYZ | 23.97 | 41.11 | 16.8 | - |
| YUV | 145.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 195 | 92 | 0.64 | 0 | 0.53 | 0.24 | 130.56 | 0.51 | 0.52 |
| Hex | 46 | C3 | 5C | 40 | 0 | 35 | 18 | 83 | 33 | 34 |
| Octal | 106 | 303 | 134 | 100 | 0 | 65 | 30 | 203 | 63 | 64 |
| Binary | 1000110 | 11000011 | 1011100 | 1000000 | 0 | 110101 | 11000 | 10000011 | 110011 | 110100 |
Color Harmonies of #46C35C
Complementary color
Monochromatic Colors of #46C35C
Black with #46C35C
Text Example
Text Example
White with #46C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C35C; }
p { color: rgb(70,195,92); }
H1.HeaderClassName
{
color: #46C35C;
}
.AnyTagClassName
{
color: #46C35C;
}
</style>
background-color css
<style>
a { background-color: #46C35C; }
a { background-color: rgb(70,195,92); }
div.DivClassName
{
background-color: #46C35C;
}
.BgClassName
{
background-color: #46C35C;
}
</style>
border-color css
<style>
span { border-color: #46C35C; }
span { border-color: rgb(70,195,92); }
td.TdClassName
{
border-color: #46C35C;
}
.TagClassName
{
border-color: #46C35C;
}
</style>