Shades of Shamrock #34D392
Tints of Shamrock #34D392
RGB
CMYK
RGB Variations
Color information
#34D392 (or 0x34D392) is known color: Shamrock. HEX triplet: 34, D3 and 92. RGB value is (52,211,146). Sum of RGB (Red+Green+Blue) = 52+211+146=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #34D392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34D392 is #CB2C6D. Grayscale: #9C9C9C. Windows color (decimal): -13315182 or 9622324. OLE color: 9622324.
HSL color Cylindrical-coordinate representation of color #34D392: hue angle of 155.47º 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 #34D392 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 211 | 146 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.17 |
| HSL | 155.47º | 0.64% | 0.52% | - |
| HSV(B) | 155.47º | 0.75% | 0.83% | - |
| XYZ | 29.9 | 49.39 | 35.15 | - |
| YUV | 156.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 211 | 146 | 0.75 | 0 | 0.31 | 0.17 | 155.47 | 0.64 | 0.52 |
| Hex | 34 | D3 | 92 | 4B | 0 | 1F | 11 | 9B | 40 | 34 |
| Octal | 64 | 323 | 222 | 113 | 0 | 37 | 21 | 233 | 100 | 64 |
| Binary | 110100 | 11010011 | 10010010 | 1001011 | 0 | 11111 | 10001 | 10011011 | 1000000 | 110100 |
Color Harmonies of #34D392
Complementary color
Monochromatic Colors of #34D392
Black with #34D392
Text Example
Text Example
White with #34D392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D392; }
p { color: rgb(52,211,146); }
H1.HeaderClassName
{
color: #34D392;
}
.AnyTagClassName
{
color: #34D392;
}
</style>
background-color css
<style>
a { background-color: #34D392; }
a { background-color: rgb(52,211,146); }
div.DivClassName
{
background-color: #34D392;
}
.BgClassName
{
background-color: #34D392;
}
</style>
border-color css
<style>
span { border-color: #34D392; }
span { border-color: rgb(52,211,146); }
td.TdClassName
{
border-color: #34D392;
}
.TagClassName
{
border-color: #34D392;
}
</style>