Shades of Shamrock #34D183
Tints of Shamrock #34D183
RGB
CMYK
RGB Variations
Color information
#34D183 (or 0x34D183) is known color: Shamrock. HEX triplet: 34, D1 and 83. RGB value is (52,209,131). Sum of RGB (Red+Green+Blue) = 52+209+131=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 209 (82.03% from 255 or 53.32% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 209 - color contains mainly: green. Hex color #34D183 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D183 is #CB2E7C. Grayscale: #999999. Windows color (decimal): -13315709 or 8638772. OLE color: 8638772.
HSL color Cylindrical-coordinate representation of color #34D183: hue angle of 150.19º 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 #34D183 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 209 | 131 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.18 |
| HSL | 150.19º | 0.63% | 0.51% | - |
| HSV(B) | 150.19º | 0.75% | 0.82% | - |
| XYZ | 28.31 | 47.97 | 29.24 | - |
| YUV | 153.17 | 115.49 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 131 | 0.75 | 0 | 0.37 | 0.18 | 150.19 | 0.63 | 0.51 |
| Hex | 34 | D1 | 83 | 4B | 0 | 25 | 12 | 96 | 3F | 33 |
| Octal | 64 | 321 | 203 | 113 | 0 | 45 | 22 | 226 | 77 | 63 |
| Binary | 110100 | 11010001 | 10000011 | 1001011 | 0 | 100101 | 10010 | 10010110 | 111111 | 110011 |
Color Harmonies of #34D183
Complementary color
Monochromatic Colors of #34D183
Black with #34D183
Text Example
Text Example
White with #34D183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D183; }
p { color: rgb(52,209,131); }
H1.HeaderClassName
{
color: #34D183;
}
.AnyTagClassName
{
color: #34D183;
}
</style>
background-color css
<style>
a { background-color: #34D183; }
a { background-color: rgb(52,209,131); }
div.DivClassName
{
background-color: #34D183;
}
.BgClassName
{
background-color: #34D183;
}
</style>
border-color css
<style>
span { border-color: #34D183; }
span { border-color: rgb(52,209,131); }
td.TdClassName
{
border-color: #34D183;
}
.TagClassName
{
border-color: #34D183;
}
</style>