Shades of Shamrock #3BC587
Tints of Shamrock #3BC587
RGB
CMYK
RGB Variations
Color information
#3BC587 (or 0x3BC587) is known color: Shamrock. HEX triplet: 3B, C5 and 87. RGB value is (59,197,135). Sum of RGB (Red+Green+Blue) = 59+197+135=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 197 (77.34% from 255 or 50.38% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC587 is #C43A78. Grayscale: #949494. Windows color (decimal): -12860025 or 8897851. OLE color: 8897851.
HSL color Cylindrical-coordinate representation of color #3BC587: hue angle of 153.04º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC587 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 135 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.23 |
| HSL | 153.04º | 0.54% | 0.5% | - |
| HSV(B) | 153.04º | 0.7% | 0.77% | - |
| XYZ | 26.14 | 42.61 | 29.77 | - |
| YUV | 148.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 135 | 0.70 | 0 | 0.31 | 0.23 | 153.04 | 0.54 | 0.5 |
| Hex | 3B | C5 | 87 | 46 | 0 | 1F | 17 | 99 | 36 | 32 |
| Octal | 73 | 305 | 207 | 106 | 0 | 37 | 27 | 231 | 66 | 62 |
| Binary | 111011 | 11000101 | 10000111 | 1000110 | 0 | 11111 | 10111 | 10011001 | 110110 | 110010 |
Color Harmonies of #3BC587
Complementary color
Monochromatic Colors of #3BC587
Black with #3BC587
Text Example
Text Example
White with #3BC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC587; }
p { color: rgb(59,197,135); }
H1.HeaderClassName
{
color: #3BC587;
}
.AnyTagClassName
{
color: #3BC587;
}
</style>
background-color css
<style>
a { background-color: #3BC587; }
a { background-color: rgb(59,197,135); }
div.DivClassName
{
background-color: #3BC587;
}
.BgClassName
{
background-color: #3BC587;
}
</style>
border-color css
<style>
span { border-color: #3BC587; }
span { border-color: rgb(59,197,135); }
td.TdClassName
{
border-color: #3BC587;
}
.TagClassName
{
border-color: #3BC587;
}
</style>