Shades of Emerald #46C064
Tints of Emerald #46C064
RGB
CMYK
RGB Variations
Color information
#46C064 (or 0x46C064) is known color: Emerald. HEX triplet: 46, C0 and 64. RGB value is (70,192,100). Sum of RGB (Red+Green+Blue) = 70+192+100=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #46C064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C064 is #B93F9B. Grayscale: #919191. Windows color (decimal): -12140444 or 6602822. OLE color: 6602822.
HSL color Cylindrical-coordinate representation of color #46C064: hue angle of 134.75º 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 #46C064 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 100 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.25 |
| HSL | 134.75º | 0.49% | 0.51% | - |
| HSV(B) | 134.75º | 0.64% | 0.75% | - |
| XYZ | 23.68 | 39.92 | 18.51 | - |
| YUV | 145.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 100 | 0.64 | 0 | 0.48 | 0.25 | 134.75 | 0.49 | 0.51 |
| Hex | 46 | C0 | 64 | 40 | 0 | 30 | 19 | 87 | 31 | 33 |
| Octal | 106 | 300 | 144 | 100 | 0 | 60 | 31 | 207 | 61 | 63 |
| Binary | 1000110 | 11000000 | 1100100 | 1000000 | 0 | 110000 | 11001 | 10000111 | 110001 | 110011 |
Color Harmonies of #46C064
Complementary color
Monochromatic Colors of #46C064
Black with #46C064
Text Example
Text Example
White with #46C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C064; }
p { color: rgb(70,192,100); }
H1.HeaderClassName
{
color: #46C064;
}
.AnyTagClassName
{
color: #46C064;
}
</style>
background-color css
<style>
a { background-color: #46C064; }
a { background-color: rgb(70,192,100); }
div.DivClassName
{
background-color: #46C064;
}
.BgClassName
{
background-color: #46C064;
}
</style>
border-color css
<style>
span { border-color: #46C064; }
span { border-color: rgb(70,192,100); }
td.TdClassName
{
border-color: #46C064;
}
.TagClassName
{
border-color: #46C064;
}
</style>