Shades of Shamrock #34D591
Tints of Shamrock #34D591
RGB
CMYK
RGB Variations
Color information
#34D591 (or 0x34D591) is known color: Shamrock. HEX triplet: 34, D5 and 91. RGB value is (52,213,145). Sum of RGB (Red+Green+Blue) = 52+213+145=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #34D591 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D591 is #CB2A6E. Grayscale: #9D9D9D. Windows color (decimal): -13314671 or 9557300. OLE color: 9557300.
HSL color Cylindrical-coordinate representation of color #34D591: hue angle of 154.66º 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 #34D591 is Cyan = 0.76, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 145 | - |
| CMYK | 0.76 | 0 | 0.32 | 0.16 |
| HSL | 154.66º | 0.66% | 0.52% | - |
| HSV(B) | 154.66º | 0.76% | 0.84% | - |
| XYZ | 30.32 | 50.36 | 34.91 | - |
| YUV | 157.11 | 121.16 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 145 | 0.76 | 0 | 0.32 | 0.16 | 154.66 | 0.66 | 0.52 |
| Hex | 34 | D5 | 91 | 4C | 0 | 20 | 10 | 9B | 42 | 34 |
| Octal | 64 | 325 | 221 | 114 | 0 | 40 | 20 | 233 | 102 | 64 |
| Binary | 110100 | 11010101 | 10010001 | 1001100 | 0 | 100000 | 10000 | 10011011 | 1000010 | 110100 |
Color Harmonies of #34D591
Complementary color
Monochromatic Colors of #34D591
Black with #34D591
Text Example
Text Example
White with #34D591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D591; }
p { color: rgb(52,213,145); }
H1.HeaderClassName
{
color: #34D591;
}
.AnyTagClassName
{
color: #34D591;
}
</style>
background-color css
<style>
a { background-color: #34D591; }
a { background-color: rgb(52,213,145); }
div.DivClassName
{
background-color: #34D591;
}
.BgClassName
{
background-color: #34D591;
}
</style>
border-color css
<style>
span { border-color: #34D591; }
span { border-color: rgb(52,213,145); }
td.TdClassName
{
border-color: #34D591;
}
.TagClassName
{
border-color: #34D591;
}
</style>