Shades of Shamrock #34BD89
Tints of Shamrock #34BD89
RGB
CMYK
RGB Variations
Color information
#34BD89 (or 0x34BD89) is known color: Shamrock. HEX triplet: 34, BD and 89. RGB value is (52,189,137). Sum of RGB (Red+Green+Blue) = 52+189+137=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BD89 is #CB4276. Grayscale: #8E8E8E. Windows color (decimal): -13320823 or 9026868. OLE color: 9026868.
HSL color Cylindrical-coordinate representation of color #34BD89: hue angle of 157.23º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BD89 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 189 | 137 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.26 |
| HSL | 157.23º | 0.57% | 0.47% | - |
| HSV(B) | 157.23º | 0.72% | 0.74% | - |
| XYZ | 24.13 | 38.93 | 29.91 | - |
| YUV | 142.11 | 125.11 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 189 | 137 | 0.72 | 0 | 0.28 | 0.26 | 157.23 | 0.57 | 0.47 |
| Hex | 34 | BD | 89 | 48 | 0 | 1C | 1A | 9D | 39 | 2F |
| Octal | 64 | 275 | 211 | 110 | 0 | 34 | 32 | 235 | 71 | 57 |
| Binary | 110100 | 10111101 | 10001001 | 1001000 | 0 | 11100 | 11010 | 10011101 | 111001 | 101111 |
Color Harmonies of #34BD89
Complementary color
Monochromatic Colors of #34BD89
Black with #34BD89
Text Example
Text Example
White with #34BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BD89; }
p { color: rgb(52,189,137); }
H1.HeaderClassName
{
color: #34BD89;
}
.AnyTagClassName
{
color: #34BD89;
}
</style>
background-color css
<style>
a { background-color: #34BD89; }
a { background-color: rgb(52,189,137); }
div.DivClassName
{
background-color: #34BD89;
}
.BgClassName
{
background-color: #34BD89;
}
</style>
border-color css
<style>
span { border-color: #34BD89; }
span { border-color: rgb(52,189,137); }
td.TdClassName
{
border-color: #34BD89;
}
.TagClassName
{
border-color: #34BD89;
}
</style>