Shades of Shamrock #3CC587
Tints of Shamrock #3CC587
RGB
CMYK
RGB Variations
Color information
#3CC587 (or 0x3CC587) is known color: Shamrock. HEX triplet: 3C, C5 and 87. RGB value is (60,197,135). Sum of RGB (Red+Green+Blue) = 60+197+135=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC587 is #C33A78. Grayscale: #959595. Windows color (decimal): -12794489 or 8897852. OLE color: 8897852.
HSL color Cylindrical-coordinate representation of color #3CC587: hue angle of 152.85º 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 #3CC587 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 135 | - |
| CMYK | 0.70 | 0 | 0.31 | 0.23 |
| HSL | 152.85º | 0.54% | 0.5% | - |
| HSV(B) | 152.85º | 0.7% | 0.77% | - |
| XYZ | 26.2 | 42.64 | 29.77 | - |
| YUV | 148.97 | 120.11 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 135 | 0.70 | 0 | 0.31 | 0.23 | 152.85 | 0.54 | 0.5 |
| Hex | 3C | C5 | 87 | 46 | 0 | 1F | 17 | 99 | 36 | 32 |
| Octal | 74 | 305 | 207 | 106 | 0 | 37 | 27 | 231 | 66 | 62 |
| Binary | 111100 | 11000101 | 10000111 | 1000110 | 0 | 11111 | 10111 | 10011001 | 110110 | 110010 |
Color Harmonies of #3CC587
Complementary color
Monochromatic Colors of #3CC587
Black with #3CC587
Text Example
Text Example
White with #3CC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC587; }
p { color: rgb(60,197,135); }
H1.HeaderClassName
{
color: #3CC587;
}
.AnyTagClassName
{
color: #3CC587;
}
</style>
background-color css
<style>
a { background-color: #3CC587; }
a { background-color: rgb(60,197,135); }
div.DivClassName
{
background-color: #3CC587;
}
.BgClassName
{
background-color: #3CC587;
}
</style>
border-color css
<style>
span { border-color: #3CC587; }
span { border-color: rgb(60,197,135); }
td.TdClassName
{
border-color: #3CC587;
}
.TagClassName
{
border-color: #3CC587;
}
</style>