Shades of Emerald #34D675
Tints of Emerald #34D675
RGB
CMYK
RGB Variations
Color information
#34D675 (or 0x34D675) is known color: Emerald. HEX triplet: 34, D6 and 75. RGB value is (52,214,117). Sum of RGB (Red+Green+Blue) = 52+214+117=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #34D675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D675 is #CB298A. Grayscale: #9A9A9A. Windows color (decimal): -13314443 or 7722548. OLE color: 7722548.
HSL color Cylindrical-coordinate representation of color #34D675: hue angle of 144.07º 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 #34D675 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 117 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.16 |
| HSL | 144.07º | 0.66% | 0.52% | - |
| HSV(B) | 144.07º | 0.76% | 0.84% | - |
| XYZ | 28.67 | 50.11 | 24.99 | - |
| YUV | 154.5 | 106.83 | 54.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 117 | 0.76 | 0 | 0.45 | 0.16 | 144.07 | 0.66 | 0.52 |
| Hex | 34 | D6 | 75 | 4C | 0 | 2D | 10 | 90 | 42 | 34 |
| Octal | 64 | 326 | 165 | 114 | 0 | 55 | 20 | 220 | 102 | 64 |
| Binary | 110100 | 11010110 | 1110101 | 1001100 | 0 | 101101 | 10000 | 10010000 | 1000010 | 110100 |
Color Harmonies of #34D675
Complementary color
Monochromatic Colors of #34D675
Black with #34D675
Text Example
Text Example
White with #34D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D675; }
p { color: rgb(52,214,117); }
H1.HeaderClassName
{
color: #34D675;
}
.AnyTagClassName
{
color: #34D675;
}
</style>
background-color css
<style>
a { background-color: #34D675; }
a { background-color: rgb(52,214,117); }
div.DivClassName
{
background-color: #34D675;
}
.BgClassName
{
background-color: #34D675;
}
</style>
border-color css
<style>
span { border-color: #34D675; }
span { border-color: rgb(52,214,117); }
td.TdClassName
{
border-color: #34D675;
}
.TagClassName
{
border-color: #34D675;
}
</style>