Shades of Shamrock #34E384
Tints of Shamrock #34E384
RGB
CMYK
RGB Variations
Color information
#34E384 (or 0x34E384) is known color: Shamrock. HEX triplet: 34, E3 and 84. RGB value is (52,227,132). Sum of RGB (Red+Green+Blue) = 52+227+132=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #34E384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E384 is #CB1C7B. Grayscale: #A4A4A4. Windows color (decimal): -13311100 or 8708916. OLE color: 8708916.
HSL color Cylindrical-coordinate representation of color #34E384: hue angle of 147.43º 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 #34E384 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 132 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.11 |
| HSL | 147.43º | 0.76% | 0.55% | - |
| HSV(B) | 147.43º | 0.77% | 0.89% | - |
| XYZ | 33.05 | 57.33 | 31.15 | - |
| YUV | 163.85 | 110.02 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 132 | 0.77 | 0 | 0.42 | 0.11 | 147.43 | 0.76 | 0.55 |
| Hex | 34 | E3 | 84 | 4D | 0 | 2A | B | 93 | 4C | 37 |
| Octal | 64 | 343 | 204 | 115 | 0 | 52 | 13 | 223 | 114 | 67 |
| Binary | 110100 | 11100011 | 10000100 | 1001101 | 0 | 101010 | 1011 | 10010011 | 1001100 | 110111 |
Color Harmonies of #34E384
Complementary color
Monochromatic Colors of #34E384
Black with #34E384
Text Example
Text Example
White with #34E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E384; }
p { color: rgb(52,227,132); }
H1.HeaderClassName
{
color: #34E384;
}
.AnyTagClassName
{
color: #34E384;
}
</style>
background-color css
<style>
a { background-color: #34E384; }
a { background-color: rgb(52,227,132); }
div.DivClassName
{
background-color: #34E384;
}
.BgClassName
{
background-color: #34E384;
}
</style>
border-color css
<style>
span { border-color: #34E384; }
span { border-color: rgb(52,227,132); }
td.TdClassName
{
border-color: #34E384;
}
.TagClassName
{
border-color: #34E384;
}
</style>