Shades of Emerald #46C65C
Tints of Emerald #46C65C
RGB
CMYK
RGB Variations
Color information
#46C65C (or 0x46C65C) is known color: Emerald. HEX triplet: 46, C6 and 5C. RGB value is (70,198,92). Sum of RGB (Red+Green+Blue) = 70+198+92=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #46C65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C65C is #B939A3. Grayscale: #939393. Windows color (decimal): -12138916 or 6080070. OLE color: 6080070.
HSL color Cylindrical-coordinate representation of color #46C65C: hue angle of 130.31º 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 #46C65C is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 92 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.22 |
| HSL | 130.31º | 0.53% | 0.53% | - |
| HSV(B) | 130.31º | 0.65% | 0.78% | - |
| XYZ | 24.65 | 42.46 | 17.02 | - |
| YUV | 147.64 | 96.59 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 92 | 0.65 | 0 | 0.54 | 0.22 | 130.31 | 0.53 | 0.53 |
| Hex | 46 | C6 | 5C | 41 | 0 | 36 | 16 | 82 | 35 | 35 |
| Octal | 106 | 306 | 134 | 101 | 0 | 66 | 26 | 202 | 65 | 65 |
| Binary | 1000110 | 11000110 | 1011100 | 1000001 | 0 | 110110 | 10110 | 10000010 | 110101 | 110101 |
Color Harmonies of #46C65C
Complementary color
Monochromatic Colors of #46C65C
Black with #46C65C
Text Example
Text Example
White with #46C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C65C; }
p { color: rgb(70,198,92); }
H1.HeaderClassName
{
color: #46C65C;
}
.AnyTagClassName
{
color: #46C65C;
}
</style>
background-color css
<style>
a { background-color: #46C65C; }
a { background-color: rgb(70,198,92); }
div.DivClassName
{
background-color: #46C65C;
}
.BgClassName
{
background-color: #46C65C;
}
</style>
border-color css
<style>
span { border-color: #46C65C; }
span { border-color: rgb(70,198,92); }
td.TdClassName
{
border-color: #46C65C;
}
.TagClassName
{
border-color: #46C65C;
}
</style>