Shades of Shamrock #34D290
Tints of Shamrock #34D290
RGB
CMYK
RGB Variations
Color information
#34D290 (or 0x34D290) is known color: Shamrock. HEX triplet: 34, D2 and 90. RGB value is (52,210,144). Sum of RGB (Red+Green+Blue) = 52+210+144=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #34D290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D290 is #CB2D6F. Grayscale: #9B9B9B. Windows color (decimal): -13315440 or 9490996. OLE color: 9490996.
HSL color Cylindrical-coordinate representation of color #34D290: hue angle of 154.94º degrees, saturation: 0.64, 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 #34D290 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 144 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.18 |
| HSL | 154.94º | 0.64% | 0.51% | - |
| HSV(B) | 154.94º | 0.75% | 0.82% | - |
| XYZ | 29.5 | 48.84 | 34.26 | - |
| YUV | 155.23 | 121.65 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 144 | 0.75 | 0 | 0.31 | 0.18 | 154.94 | 0.64 | 0.51 |
| Hex | 34 | D2 | 90 | 4B | 0 | 1F | 12 | 9B | 40 | 33 |
| Octal | 64 | 322 | 220 | 113 | 0 | 37 | 22 | 233 | 100 | 63 |
| Binary | 110100 | 11010010 | 10010000 | 1001011 | 0 | 11111 | 10010 | 10011011 | 1000000 | 110011 |
Color Harmonies of #34D290
Complementary color
Monochromatic Colors of #34D290
Black with #34D290
Text Example
Text Example
White with #34D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D290; }
p { color: rgb(52,210,144); }
H1.HeaderClassName
{
color: #34D290;
}
.AnyTagClassName
{
color: #34D290;
}
</style>
background-color css
<style>
a { background-color: #34D290; }
a { background-color: rgb(52,210,144); }
div.DivClassName
{
background-color: #34D290;
}
.BgClassName
{
background-color: #34D290;
}
</style>
border-color css
<style>
span { border-color: #34D290; }
span { border-color: rgb(52,210,144); }
td.TdClassName
{
border-color: #34D290;
}
.TagClassName
{
border-color: #34D290;
}
</style>