Shades of Shamrock #34C089
Tints of Shamrock #34C089
RGB
CMYK
RGB Variations
Color information
#34C089 (or 0x34C089) is known color: Shamrock. HEX triplet: 34, C0 and 89. RGB value is (52,192,137). Sum of RGB (Red+Green+Blue) = 52+192+137=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #34C089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34C089 is #CB3F76. Grayscale: #8F8F8F. Windows color (decimal): -13320055 or 9027636. OLE color: 9027636.
HSL color Cylindrical-coordinate representation of color #34C089: hue angle of 156.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C089 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 137 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.25 |
| HSL | 156.43º | 0.57% | 0.48% | - |
| HSV(B) | 156.43º | 0.73% | 0.75% | - |
| XYZ | 24.78 | 40.24 | 30.13 | - |
| YUV | 143.87 | 124.12 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 137 | 0.73 | 0 | 0.29 | 0.25 | 156.43 | 0.57 | 0.48 |
| Hex | 34 | C0 | 89 | 49 | 0 | 1D | 19 | 9C | 39 | 30 |
| Octal | 64 | 300 | 211 | 111 | 0 | 35 | 31 | 234 | 71 | 60 |
| Binary | 110100 | 11000000 | 10001001 | 1001001 | 0 | 11101 | 11001 | 10011100 | 111001 | 110000 |
Color Harmonies of #34C089
Complementary color
Monochromatic Colors of #34C089
Black with #34C089
Text Example
Text Example
White with #34C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C089; }
p { color: rgb(52,192,137); }
H1.HeaderClassName
{
color: #34C089;
}
.AnyTagClassName
{
color: #34C089;
}
</style>
background-color css
<style>
a { background-color: #34C089; }
a { background-color: rgb(52,192,137); }
div.DivClassName
{
background-color: #34C089;
}
.BgClassName
{
background-color: #34C089;
}
</style>
border-color css
<style>
span { border-color: #34C089; }
span { border-color: rgb(52,192,137); }
td.TdClassName
{
border-color: #34C089;
}
.TagClassName
{
border-color: #34C089;
}
</style>