Shades of Emerald #34D26B
Tints of Emerald #34D26B
RGB
CMYK
RGB Variations
Color information
#34D26B (or 0x34D26B) is known color: Emerald. HEX triplet: 34, D2 and 6B. RGB value is (52,210,107). Sum of RGB (Red+Green+Blue) = 52+210+107=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #34D26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D26B is #CB2D94. Grayscale: #979797. Windows color (decimal): -13315477 or 7066164. OLE color: 7066164.
HSL color Cylindrical-coordinate representation of color #34D26B: hue angle of 140.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D26B is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 107 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.18 |
| HSL | 140.89º | 0.64% | 0.51% | - |
| HSV(B) | 140.89º | 0.75% | 0.82% | - |
| XYZ | 27.12 | 47.88 | 21.72 | - |
| YUV | 151.02 | 103.15 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 107 | 0.75 | 0 | 0.49 | 0.18 | 140.89 | 0.64 | 0.51 |
| Hex | 34 | D2 | 6B | 4B | 0 | 31 | 12 | 8D | 40 | 33 |
| Octal | 64 | 322 | 153 | 113 | 0 | 61 | 22 | 215 | 100 | 63 |
| Binary | 110100 | 11010010 | 1101011 | 1001011 | 0 | 110001 | 10010 | 10001101 | 1000000 | 110011 |
Color Harmonies of #34D26B
Complementary color
Monochromatic Colors of #34D26B
Black with #34D26B
Text Example
Text Example
White with #34D26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D26B; }
p { color: rgb(52,210,107); }
H1.HeaderClassName
{
color: #34D26B;
}
.AnyTagClassName
{
color: #34D26B;
}
</style>
background-color css
<style>
a { background-color: #34D26B; }
a { background-color: rgb(52,210,107); }
div.DivClassName
{
background-color: #34D26B;
}
.BgClassName
{
background-color: #34D26B;
}
</style>
border-color css
<style>
span { border-color: #34D26B; }
span { border-color: rgb(52,210,107); }
td.TdClassName
{
border-color: #34D26B;
}
.TagClassName
{
border-color: #34D26B;
}
</style>