Shades of Emerald #34D672
Tints of Emerald #34D672
RGB
CMYK
RGB Variations
Color information
#34D672 (or 0x34D672) is known color: Emerald. HEX triplet: 34, D6 and 72. RGB value is (52,214,114). Sum of RGB (Red+Green+Blue) = 52+214+114=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #34D672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D672 is #CB298D. Grayscale: #9A9A9A. Windows color (decimal): -13314446 or 7525940. OLE color: 7525940.
HSL color Cylindrical-coordinate representation of color #34D672: hue angle of 142.96º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D672 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 114 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.16 |
| HSL | 142.96º | 0.66% | 0.52% | - |
| HSV(B) | 142.96º | 0.76% | 0.84% | - |
| XYZ | 28.5 | 50.04 | 24.08 | - |
| YUV | 154.16 | 105.33 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 114 | 0.76 | 0 | 0.47 | 0.16 | 142.96 | 0.66 | 0.52 |
| Hex | 34 | D6 | 72 | 4C | 0 | 2F | 10 | 8F | 42 | 34 |
| Octal | 64 | 326 | 162 | 114 | 0 | 57 | 20 | 217 | 102 | 64 |
| Binary | 110100 | 11010110 | 1110010 | 1001100 | 0 | 101111 | 10000 | 10001111 | 1000010 | 110100 |
Color Harmonies of #34D672
Complementary color
Monochromatic Colors of #34D672
Black with #34D672
Text Example
Text Example
White with #34D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D672; }
p { color: rgb(52,214,114); }
H1.HeaderClassName
{
color: #34D672;
}
.AnyTagClassName
{
color: #34D672;
}
</style>
background-color css
<style>
a { background-color: #34D672; }
a { background-color: rgb(52,214,114); }
div.DivClassName
{
background-color: #34D672;
}
.BgClassName
{
background-color: #34D672;
}
</style>
border-color css
<style>
span { border-color: #34D672; }
span { border-color: rgb(52,214,114); }
td.TdClassName
{
border-color: #34D672;
}
.TagClassName
{
border-color: #34D672;
}
</style>