Shades of Shamrock #3BC588
Tints of Shamrock #3BC588
RGB
CMYK
RGB Variations
Color information
#3BC588 (or 0x3BC588) is known color: Shamrock. HEX triplet: 3B, C5 and 88. RGB value is (59,197,136). Sum of RGB (Red+Green+Blue) = 59+197+136=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC588 is #C43A77. Grayscale: #949494. Windows color (decimal): -12860024 or 8963387. OLE color: 8963387.
HSL color Cylindrical-coordinate representation of color #3BC588: hue angle of 153.48º 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 #3BC588 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 136 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.23 |
| HSL | 153.48º | 0.54% | 0.5% | - |
| HSV(B) | 153.48º | 0.7% | 0.77% | - |
| XYZ | 26.21 | 42.64 | 30.14 | - |
| YUV | 148.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 136 | 0.70 | 0 | 0.31 | 0.23 | 153.48 | 0.54 | 0.5 |
| Hex | 3B | C5 | 88 | 46 | 0 | 1F | 17 | 99 | 36 | 32 |
| Octal | 73 | 305 | 210 | 106 | 0 | 37 | 27 | 231 | 66 | 62 |
| Binary | 111011 | 11000101 | 10001000 | 1000110 | 0 | 11111 | 10111 | 10011001 | 110110 | 110010 |
Color Harmonies of #3BC588
Complementary color
Monochromatic Colors of #3BC588
Black with #3BC588
Text Example
Text Example
White with #3BC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC588; }
p { color: rgb(59,197,136); }
H1.HeaderClassName
{
color: #3BC588;
}
.AnyTagClassName
{
color: #3BC588;
}
</style>
background-color css
<style>
a { background-color: #3BC588; }
a { background-color: rgb(59,197,136); }
div.DivClassName
{
background-color: #3BC588;
}
.BgClassName
{
background-color: #3BC588;
}
</style>
border-color css
<style>
span { border-color: #3BC588; }
span { border-color: rgb(59,197,136); }
td.TdClassName
{
border-color: #3BC588;
}
.TagClassName
{
border-color: #3BC588;
}
</style>