Shades of Shamrock #34D384
Tints of Shamrock #34D384
RGB
CMYK
RGB Variations
Color information
#34D384 (or 0x34D384) is known color: Shamrock. HEX triplet: 34, D3 and 84. RGB value is (52,211,132). Sum of RGB (Red+Green+Blue) = 52+211+132=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 211 (82.81% from 255 or 53.42% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 211 - color contains mainly: green. Hex color #34D384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D384 is #CB2C7B. Grayscale: #9A9A9A. Windows color (decimal): -13315196 or 8704820. OLE color: 8704820.
HSL color Cylindrical-coordinate representation of color #34D384: hue angle of 150.19º degrees, saturation: 0.64, 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 #34D384 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 132 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.17 |
| HSL | 150.19º | 0.64% | 0.52% | - |
| HSV(B) | 150.19º | 0.75% | 0.83% | - |
| XYZ | 28.88 | 48.98 | 29.76 | - |
| YUV | 154.45 | 115.32 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 132 | 0.75 | 0 | 0.37 | 0.17 | 150.19 | 0.64 | 0.52 |
| Hex | 34 | D3 | 84 | 4B | 0 | 25 | 11 | 96 | 40 | 34 |
| Octal | 64 | 323 | 204 | 113 | 0 | 45 | 21 | 226 | 100 | 64 |
| Binary | 110100 | 11010011 | 10000100 | 1001011 | 0 | 100101 | 10001 | 10010110 | 1000000 | 110100 |
Color Harmonies of #34D384
Complementary color
Monochromatic Colors of #34D384
Black with #34D384
Text Example
Text Example
White with #34D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D384; }
p { color: rgb(52,211,132); }
H1.HeaderClassName
{
color: #34D384;
}
.AnyTagClassName
{
color: #34D384;
}
</style>
background-color css
<style>
a { background-color: #34D384; }
a { background-color: rgb(52,211,132); }
div.DivClassName
{
background-color: #34D384;
}
.BgClassName
{
background-color: #34D384;
}
</style>
border-color css
<style>
span { border-color: #34D384; }
span { border-color: rgb(52,211,132); }
td.TdClassName
{
border-color: #34D384;
}
.TagClassName
{
border-color: #34D384;
}
</style>