Shades of Emerald #34D075
Tints of Emerald #34D075
RGB
CMYK
RGB Variations
Color information
#34D075 (or 0x34D075) is known color: Emerald. HEX triplet: 34, D0 and 75. RGB value is (52,208,117). Sum of RGB (Red+Green+Blue) = 52+208+117=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #34D075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D075 is #CB2F8A. Grayscale: #979797. Windows color (decimal): -13315979 or 7721012. OLE color: 7721012.
HSL color Cylindrical-coordinate representation of color #34D075: hue angle of 145º degrees, saturation: 0.62, 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 #34D075 is Cyan = 0.75, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 117 | - |
| CMYK | 0.75 | 0 | 0.44 | 0.18 |
| HSL | 145º | 0.62% | 0.51% | - |
| HSV(B) | 145º | 0.75% | 0.82% | - |
| XYZ | 27.18 | 47.13 | 24.49 | - |
| YUV | 150.98 | 108.82 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 117 | 0.75 | 0 | 0.44 | 0.18 | 145 | 0.62 | 0.51 |
| Hex | 34 | D0 | 75 | 4B | 0 | 2C | 12 | 91 | 3E | 33 |
| Octal | 64 | 320 | 165 | 113 | 0 | 54 | 22 | 221 | 76 | 63 |
| Binary | 110100 | 11010000 | 1110101 | 1001011 | 0 | 101100 | 10010 | 10010001 | 111110 | 110011 |
Color Harmonies of #34D075
Complementary color
Monochromatic Colors of #34D075
Black with #34D075
Text Example
Text Example
White with #34D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D075; }
p { color: rgb(52,208,117); }
H1.HeaderClassName
{
color: #34D075;
}
.AnyTagClassName
{
color: #34D075;
}
</style>
background-color css
<style>
a { background-color: #34D075; }
a { background-color: rgb(52,208,117); }
div.DivClassName
{
background-color: #34D075;
}
.BgClassName
{
background-color: #34D075;
}
</style>
border-color css
<style>
span { border-color: #34D075; }
span { border-color: rgb(52,208,117); }
td.TdClassName
{
border-color: #34D075;
}
.TagClassName
{
border-color: #34D075;
}
</style>