Shades of Shamrock #34D496
Tints of Shamrock #34D496
RGB
CMYK
RGB Variations
Color information
#34D496 (or 0x34D496) is known color: Shamrock. HEX triplet: 34, D4 and 96. RGB value is (52,212,150). Sum of RGB (Red+Green+Blue) = 52+212+150=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 212 (83.20% from 255 or 51.21% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 212 - color contains mainly: green. Hex color #34D496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D496 is #CB2B69. Grayscale: #9D9D9D. Windows color (decimal): -13314922 or 9884724. OLE color: 9884724.
HSL color Cylindrical-coordinate representation of color #34D496: hue angle of 156.75º 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 #34D496 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 212 | 150 | - |
| CMYK | 0.75 | 0 | 0.29 | 0.17 |
| HSL | 156.75º | 0.65% | 0.52% | - |
| HSV(B) | 156.75º | 0.75% | 0.83% | - |
| XYZ | 30.46 | 50.02 | 36.9 | - |
| YUV | 157.09 | 123.99 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 150 | 0.75 | 0 | 0.29 | 0.17 | 156.75 | 0.65 | 0.52 |
| Hex | 34 | D4 | 96 | 4B | 0 | 1D | 11 | 9D | 41 | 34 |
| Octal | 64 | 324 | 226 | 113 | 0 | 35 | 21 | 235 | 101 | 64 |
| Binary | 110100 | 11010100 | 10010110 | 1001011 | 0 | 11101 | 10001 | 10011101 | 1000001 | 110100 |
Color Harmonies of #34D496
Complementary color
Monochromatic Colors of #34D496
Black with #34D496
Text Example
Text Example
White with #34D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D496; }
p { color: rgb(52,212,150); }
H1.HeaderClassName
{
color: #34D496;
}
.AnyTagClassName
{
color: #34D496;
}
</style>
background-color css
<style>
a { background-color: #34D496; }
a { background-color: rgb(52,212,150); }
div.DivClassName
{
background-color: #34D496;
}
.BgClassName
{
background-color: #34D496;
}
</style>
border-color css
<style>
span { border-color: #34D496; }
span { border-color: rgb(52,212,150); }
td.TdClassName
{
border-color: #34D496;
}
.TagClassName
{
border-color: #34D496;
}
</style>