Shades of Shamrock #3BC687
Tints of Shamrock #3BC687
RGB
CMYK
RGB Variations
Color information
#3BC687 (or 0x3BC687) is known color: Shamrock. HEX triplet: 3B, C6 and 87. RGB value is (59,198,135). Sum of RGB (Red+Green+Blue) = 59+198+135=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC687 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC687 is #C43978. Grayscale: #959595. Windows color (decimal): -12859769 or 8898107. OLE color: 8898107.
HSL color Cylindrical-coordinate representation of color #3BC687: hue angle of 152.81º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC687 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 135 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.22 |
| HSL | 152.81º | 0.55% | 0.5% | - |
| HSV(B) | 152.81º | 0.7% | 0.78% | - |
| XYZ | 26.37 | 43.07 | 29.84 | - |
| YUV | 149.26 | 119.95 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 135 | 0.70 | 0 | 0.32 | 0.22 | 152.81 | 0.55 | 0.5 |
| Hex | 3B | C6 | 87 | 46 | 0 | 20 | 16 | 99 | 37 | 32 |
| Octal | 73 | 306 | 207 | 106 | 0 | 40 | 26 | 231 | 67 | 62 |
| Binary | 111011 | 11000110 | 10000111 | 1000110 | 0 | 100000 | 10110 | 10011001 | 110111 | 110010 |
Color Harmonies of #3BC687
Complementary color
Monochromatic Colors of #3BC687
Black with #3BC687
Text Example
Text Example
White with #3BC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC687; }
p { color: rgb(59,198,135); }
H1.HeaderClassName
{
color: #3BC687;
}
.AnyTagClassName
{
color: #3BC687;
}
</style>
background-color css
<style>
a { background-color: #3BC687; }
a { background-color: rgb(59,198,135); }
div.DivClassName
{
background-color: #3BC687;
}
.BgClassName
{
background-color: #3BC687;
}
</style>
border-color css
<style>
span { border-color: #3BC687; }
span { border-color: rgb(59,198,135); }
td.TdClassName
{
border-color: #3BC687;
}
.TagClassName
{
border-color: #3BC687;
}
</style>