Shades of Emerald #34D46B
Tints of Emerald #34D46B
RGB
CMYK
RGB Variations
Color information
#34D46B (or 0x34D46B) is known color: Emerald. HEX triplet: 34, D4 and 6B. RGB value is (52,212,107). Sum of RGB (Red+Green+Blue) = 52+212+107=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #34D46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D46B is #CB2B94. Grayscale: #989898. Windows color (decimal): -13314965 or 7066676. OLE color: 7066676.
HSL color Cylindrical-coordinate representation of color #34D46B: hue angle of 140.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D46B is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 212 | 107 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.17 |
| HSL | 140.63º | 0.65% | 0.52% | - |
| HSV(B) | 140.63º | 0.75% | 0.83% | - |
| XYZ | 27.61 | 48.88 | 21.89 | - |
| YUV | 152.19 | 102.49 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 107 | 0.75 | 0 | 0.50 | 0.17 | 140.63 | 0.65 | 0.52 |
| Hex | 34 | D4 | 6B | 4B | 0 | 32 | 11 | 8D | 41 | 34 |
| Octal | 64 | 324 | 153 | 113 | 0 | 62 | 21 | 215 | 101 | 64 |
| Binary | 110100 | 11010100 | 1101011 | 1001011 | 0 | 110010 | 10001 | 10001101 | 1000001 | 110100 |
Color Harmonies of #34D46B
Complementary color
Monochromatic Colors of #34D46B
Black with #34D46B
Text Example
Text Example
White with #34D46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D46B; }
p { color: rgb(52,212,107); }
H1.HeaderClassName
{
color: #34D46B;
}
.AnyTagClassName
{
color: #34D46B;
}
</style>
background-color css
<style>
a { background-color: #34D46B; }
a { background-color: rgb(52,212,107); }
div.DivClassName
{
background-color: #34D46B;
}
.BgClassName
{
background-color: #34D46B;
}
</style>
border-color css
<style>
span { border-color: #34D46B; }
span { border-color: rgb(52,212,107); }
td.TdClassName
{
border-color: #34D46B;
}
.TagClassName
{
border-color: #34D46B;
}
</style>