Shades of Shamrock #3BC488
Tints of Shamrock #3BC488
RGB
CMYK
RGB Variations
Color information
#3BC488 (or 0x3BC488) is known color: Shamrock. HEX triplet: 3B, C4 and 88. RGB value is (59,196,136). Sum of RGB (Red+Green+Blue) = 59+196+136=391 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.09% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC488 is #C43B77. Grayscale: #949494. Windows color (decimal): -12860280 or 8963131. OLE color: 8963131.
HSL color Cylindrical-coordinate representation of color #3BC488: hue angle of 153.72º 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 #3BC488 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 196 | 136 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.23 |
| HSL | 153.72º | 0.54% | 0.5% | - |
| HSV(B) | 153.72º | 0.7% | 0.77% | - |
| XYZ | 25.99 | 42.19 | 30.07 | - |
| YUV | 148.2 | 121.11 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 196 | 136 | 0.70 | 0 | 0.31 | 0.23 | 153.72 | 0.54 | 0.5 |
| Hex | 3B | C4 | 88 | 46 | 0 | 1F | 17 | 9A | 36 | 32 |
| Octal | 73 | 304 | 210 | 106 | 0 | 37 | 27 | 232 | 66 | 62 |
| Binary | 111011 | 11000100 | 10001000 | 1000110 | 0 | 11111 | 10111 | 10011010 | 110110 | 110010 |
Color Harmonies of #3BC488
Complementary color
Monochromatic Colors of #3BC488
Black with #3BC488
Text Example
Text Example
White with #3BC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC488; }
p { color: rgb(59,196,136); }
H1.HeaderClassName
{
color: #3BC488;
}
.AnyTagClassName
{
color: #3BC488;
}
</style>
background-color css
<style>
a { background-color: #3BC488; }
a { background-color: rgb(59,196,136); }
div.DivClassName
{
background-color: #3BC488;
}
.BgClassName
{
background-color: #3BC488;
}
</style>
border-color css
<style>
span { border-color: #3BC488; }
span { border-color: rgb(59,196,136); }
td.TdClassName
{
border-color: #3BC488;
}
.TagClassName
{
border-color: #3BC488;
}
</style>