Shades of Shamrock #34E38B
Tints of Shamrock #34E38B
RGB
CMYK
RGB Variations
Color information
#34E38B (or 0x34E38B) is known color: Shamrock. HEX triplet: 34, E3 and 8B. RGB value is (52,227,139). Sum of RGB (Red+Green+Blue) = 52+227+139=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 227 (89.06% from 255 or 54.31% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 227 - color contains mainly: green. Hex color #34E38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E38B is #CB1C74. Grayscale: #A4A4A4. Windows color (decimal): -13311093 or 9167668. OLE color: 9167668.
HSL color Cylindrical-coordinate representation of color #34E38B: hue angle of 149.83º degrees, saturation: 0.76, 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 #34E38B is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 139 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.11 |
| HSL | 149.83º | 0.76% | 0.55% | - |
| HSV(B) | 149.83º | 0.77% | 0.89% | - |
| XYZ | 33.55 | 57.53 | 33.76 | - |
| YUV | 164.64 | 113.52 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 139 | 0.77 | 0 | 0.39 | 0.11 | 149.83 | 0.76 | 0.55 |
| Hex | 34 | E3 | 8B | 4D | 0 | 27 | B | 96 | 4C | 37 |
| Octal | 64 | 343 | 213 | 115 | 0 | 47 | 13 | 226 | 114 | 67 |
| Binary | 110100 | 11100011 | 10001011 | 1001101 | 0 | 100111 | 1011 | 10010110 | 1001100 | 110111 |
Color Harmonies of #34E38B
Complementary color
Monochromatic Colors of #34E38B
Black with #34E38B
Text Example
Text Example
White with #34E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E38B; }
p { color: rgb(52,227,139); }
H1.HeaderClassName
{
color: #34E38B;
}
.AnyTagClassName
{
color: #34E38B;
}
</style>
background-color css
<style>
a { background-color: #34E38B; }
a { background-color: rgb(52,227,139); }
div.DivClassName
{
background-color: #34E38B;
}
.BgClassName
{
background-color: #34E38B;
}
</style>
border-color css
<style>
span { border-color: #34E38B; }
span { border-color: rgb(52,227,139); }
td.TdClassName
{
border-color: #34E38B;
}
.TagClassName
{
border-color: #34E38B;
}
</style>