Shades of Shamrock #34D790
Tints of Shamrock #34D790
RGB
CMYK
RGB Variations
Color information
#34D790 (or 0x34D790) is known color: Shamrock. HEX triplet: 34, D7 and 90. RGB value is (52,215,144). Sum of RGB (Red+Green+Blue) = 52+215+144=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #34D790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D790 is #CB286F. Grayscale: #9E9E9E. Windows color (decimal): -13314160 or 9492276. OLE color: 9492276.
HSL color Cylindrical-coordinate representation of color #34D790: hue angle of 153.87º degrees, saturation: 0.67, 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 #34D790 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 144 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.16 |
| HSL | 153.87º | 0.67% | 0.52% | - |
| HSV(B) | 153.87º | 0.76% | 0.84% | - |
| XYZ | 30.75 | 51.34 | 34.68 | - |
| YUV | 158.17 | 120 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 144 | 0.76 | 0 | 0.33 | 0.16 | 153.87 | 0.67 | 0.52 |
| Hex | 34 | D7 | 90 | 4C | 0 | 21 | 10 | 9A | 43 | 34 |
| Octal | 64 | 327 | 220 | 114 | 0 | 41 | 20 | 232 | 103 | 64 |
| Binary | 110100 | 11010111 | 10010000 | 1001100 | 0 | 100001 | 10000 | 10011010 | 1000011 | 110100 |
Color Harmonies of #34D790
Complementary color
Monochromatic Colors of #34D790
Black with #34D790
Text Example
Text Example
White with #34D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D790; }
p { color: rgb(52,215,144); }
H1.HeaderClassName
{
color: #34D790;
}
.AnyTagClassName
{
color: #34D790;
}
</style>
background-color css
<style>
a { background-color: #34D790; }
a { background-color: rgb(52,215,144); }
div.DivClassName
{
background-color: #34D790;
}
.BgClassName
{
background-color: #34D790;
}
</style>
border-color css
<style>
span { border-color: #34D790; }
span { border-color: rgb(52,215,144); }
td.TdClassName
{
border-color: #34D790;
}
.TagClassName
{
border-color: #34D790;
}
</style>