Shades of Shamrock #34E390
Tints of Shamrock #34E390
RGB
CMYK
RGB Variations
Color information
#34E390 (or 0x34E390) is known color: Shamrock. HEX triplet: 34, E3 and 90. RGB value is (52,227,144). Sum of RGB (Red+Green+Blue) = 52+227+144=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #34E390 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E390 is #CB1C6F. Grayscale: #A5A5A5. Windows color (decimal): -13311088 or 9495348. OLE color: 9495348.
HSL color Cylindrical-coordinate representation of color #34E390: hue angle of 151.54º 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 #34E390 is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 144 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.11 |
| HSL | 151.54º | 0.76% | 0.55% | - |
| HSV(B) | 151.54º | 0.77% | 0.89% | - |
| XYZ | 33.92 | 57.68 | 35.73 | - |
| YUV | 165.21 | 116.02 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 144 | 0.77 | 0 | 0.37 | 0.11 | 151.54 | 0.76 | 0.55 |
| Hex | 34 | E3 | 90 | 4D | 0 | 25 | B | 98 | 4C | 37 |
| Octal | 64 | 343 | 220 | 115 | 0 | 45 | 13 | 230 | 114 | 67 |
| Binary | 110100 | 11100011 | 10010000 | 1001101 | 0 | 100101 | 1011 | 10011000 | 1001100 | 110111 |
Color Harmonies of #34E390
Complementary color
Monochromatic Colors of #34E390
Black with #34E390
Text Example
Text Example
White with #34E390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E390; }
p { color: rgb(52,227,144); }
H1.HeaderClassName
{
color: #34E390;
}
.AnyTagClassName
{
color: #34E390;
}
</style>
background-color css
<style>
a { background-color: #34E390; }
a { background-color: rgb(52,227,144); }
div.DivClassName
{
background-color: #34E390;
}
.BgClassName
{
background-color: #34E390;
}
</style>
border-color css
<style>
span { border-color: #34E390; }
span { border-color: rgb(52,227,144); }
td.TdClassName
{
border-color: #34E390;
}
.TagClassName
{
border-color: #34E390;
}
</style>