Shades of Shamrock #34E48B
Tints of Shamrock #34E48B
RGB
CMYK
RGB Variations
Color information
#34E48B (or 0x34E48B) is known color: Shamrock. HEX triplet: 34, E4 and 8B. RGB value is (52,228,139). Sum of RGB (Red+Green+Blue) = 52+228+139=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #34E48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E48B is #CB1B74. Grayscale: #A5A5A5. Windows color (decimal): -13310837 or 9167924. OLE color: 9167924.
HSL color Cylindrical-coordinate representation of color #34E48B: hue angle of 149.66º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E48B is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 228 | 139 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.11 |
| HSL | 149.66º | 0.77% | 0.55% | - |
| HSV(B) | 149.66º | 0.77% | 0.89% | - |
| XYZ | 33.82 | 58.08 | 33.85 | - |
| YUV | 165.23 | 113.19 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 228 | 139 | 0.77 | 0 | 0.39 | 0.11 | 149.66 | 0.77 | 0.55 |
| Hex | 34 | E4 | 8B | 4D | 0 | 27 | B | 96 | 4D | 37 |
| Octal | 64 | 344 | 213 | 115 | 0 | 47 | 13 | 226 | 115 | 67 |
| Binary | 110100 | 11100100 | 10001011 | 1001101 | 0 | 100111 | 1011 | 10010110 | 1001101 | 110111 |
Color Harmonies of #34E48B
Complementary color
Monochromatic Colors of #34E48B
Black with #34E48B
Text Example
Text Example
White with #34E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E48B; }
p { color: rgb(52,228,139); }
H1.HeaderClassName
{
color: #34E48B;
}
.AnyTagClassName
{
color: #34E48B;
}
</style>
background-color css
<style>
a { background-color: #34E48B; }
a { background-color: rgb(52,228,139); }
div.DivClassName
{
background-color: #34E48B;
}
.BgClassName
{
background-color: #34E48B;
}
</style>
border-color css
<style>
span { border-color: #34E48B; }
span { border-color: rgb(52,228,139); }
td.TdClassName
{
border-color: #34E48B;
}
.TagClassName
{
border-color: #34E48B;
}
</style>