Shades of Shamrock #3BC089
Tints of Shamrock #3BC089
RGB
CMYK
RGB Variations
Color information
#3BC089 (or 0x3BC089) is known color: Shamrock. HEX triplet: 3B, C0 and 89. RGB value is (59,192,137). Sum of RGB (Red+Green+Blue) = 59+192+137=388 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.21% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC089 is #C43F76. Grayscale: #929292. Windows color (decimal): -12861303 or 9027643. OLE color: 9027643.
HSL color Cylindrical-coordinate representation of color #3BC089: hue angle of 155.19º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC089 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 137 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.25 |
| HSL | 155.19º | 0.53% | 0.49% | - |
| HSV(B) | 155.19º | 0.69% | 0.75% | - |
| XYZ | 25.17 | 40.44 | 30.15 | - |
| YUV | 145.96 | 122.94 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 137 | 0.69 | 0 | 0.29 | 0.25 | 155.19 | 0.53 | 0.49 |
| Hex | 3B | C0 | 89 | 45 | 0 | 1D | 19 | 9B | 35 | 31 |
| Octal | 73 | 300 | 211 | 105 | 0 | 35 | 31 | 233 | 65 | 61 |
| Binary | 111011 | 11000000 | 10001001 | 1000101 | 0 | 11101 | 11001 | 10011011 | 110101 | 110001 |
Color Harmonies of #3BC089
Complementary color
Monochromatic Colors of #3BC089
Black with #3BC089
Text Example
Text Example
White with #3BC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC089; }
p { color: rgb(59,192,137); }
H1.HeaderClassName
{
color: #3BC089;
}
.AnyTagClassName
{
color: #3BC089;
}
</style>
background-color css
<style>
a { background-color: #3BC089; }
a { background-color: rgb(59,192,137); }
div.DivClassName
{
background-color: #3BC089;
}
.BgClassName
{
background-color: #3BC089;
}
</style>
border-color css
<style>
span { border-color: #3BC089; }
span { border-color: rgb(59,192,137); }
td.TdClassName
{
border-color: #3BC089;
}
.TagClassName
{
border-color: #3BC089;
}
</style>