Shades of Shamrock #34E38A
Tints of Shamrock #34E38A
RGB
CMYK
RGB Variations
Color information
#34E38A (or 0x34E38A) is known color: Shamrock. HEX triplet: 34, E3 and 8A. RGB value is (52,227,138). Sum of RGB (Red+Green+Blue) = 52+227+138=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 227 (89.06% from 255 or 54.44% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 227 - color contains mainly: green. Hex color #34E38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34E38A is #CB1C75. Grayscale: #A4A4A4. Windows color (decimal): -13311094 or 9102132. OLE color: 9102132.
HSL color Cylindrical-coordinate representation of color #34E38A: hue angle of 149.49º 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 #34E38A is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 52 | 227 | 138 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.11 |
| HSL | 149.49º | 0.76% | 0.55% | - |
| HSV(B) | 149.49º | 0.77% | 0.89% | - |
| XYZ | 33.47 | 57.5 | 33.38 | - |
| YUV | 164.53 | 113.02 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 227 | 138 | 0.77 | 0 | 0.39 | 0.11 | 149.49 | 0.76 | 0.55 |
| Hex | 34 | E3 | 8A | 4D | 0 | 27 | B | 95 | 4C | 37 |
| Octal | 64 | 343 | 212 | 115 | 0 | 47 | 13 | 225 | 114 | 67 |
| Binary | 110100 | 11100011 | 10001010 | 1001101 | 0 | 100111 | 1011 | 10010101 | 1001100 | 110111 |
Color Harmonies of #34E38A
Complementary color
Monochromatic Colors of #34E38A
Black with #34E38A
Text Example
Text Example
White with #34E38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E38A; }
p { color: rgb(52,227,138); }
H1.HeaderClassName
{
color: #34E38A;
}
.AnyTagClassName
{
color: #34E38A;
}
</style>
background-color css
<style>
a { background-color: #34E38A; }
a { background-color: rgb(52,227,138); }
div.DivClassName
{
background-color: #34E38A;
}
.BgClassName
{
background-color: #34E38A;
}
</style>
border-color css
<style>
span { border-color: #34E38A; }
span { border-color: rgb(52,227,138); }
td.TdClassName
{
border-color: #34E38A;
}
.TagClassName
{
border-color: #34E38A;
}
</style>