Shades of Shamrock #34D187
Tints of Shamrock #34D187
RGB
CMYK
RGB Variations
Color information
#34D187 (or 0x34D187) is known color: Shamrock. HEX triplet: 34, D1 and 87. RGB value is (52,209,135). Sum of RGB (Red+Green+Blue) = 52+209+135=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #34D187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D187 is #CB2E78. Grayscale: #999999. Windows color (decimal): -13315705 or 8900916. OLE color: 8900916.
HSL color Cylindrical-coordinate representation of color #34D187: hue angle of 151.72º degrees, saturation: 0.63, 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 #34D187 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 209 | 135 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.18 |
| HSL | 151.72º | 0.63% | 0.51% | - |
| HSV(B) | 151.72º | 0.75% | 0.82% | - |
| XYZ | 28.59 | 48.08 | 30.7 | - |
| YUV | 153.62 | 117.49 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 135 | 0.75 | 0 | 0.35 | 0.18 | 151.72 | 0.63 | 0.51 |
| Hex | 34 | D1 | 87 | 4B | 0 | 23 | 12 | 98 | 3F | 33 |
| Octal | 64 | 321 | 207 | 113 | 0 | 43 | 22 | 230 | 77 | 63 |
| Binary | 110100 | 11010001 | 10000111 | 1001011 | 0 | 100011 | 10010 | 10011000 | 111111 | 110011 |
Color Harmonies of #34D187
Complementary color
Monochromatic Colors of #34D187
Black with #34D187
Text Example
Text Example
White with #34D187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D187; }
p { color: rgb(52,209,135); }
H1.HeaderClassName
{
color: #34D187;
}
.AnyTagClassName
{
color: #34D187;
}
</style>
background-color css
<style>
a { background-color: #34D187; }
a { background-color: rgb(52,209,135); }
div.DivClassName
{
background-color: #34D187;
}
.BgClassName
{
background-color: #34D187;
}
</style>
border-color css
<style>
span { border-color: #34D187; }
span { border-color: rgb(52,209,135); }
td.TdClassName
{
border-color: #34D187;
}
.TagClassName
{
border-color: #34D187;
}
</style>