Shades of Shamrock #3CBC92
Tints of Shamrock #3CBC92
RGB
CMYK
RGB Variations
Color information
#3CBC92 (or 0x3CBC92) is known color: Shamrock. HEX triplet: 3C, BC and 92. RGB value is (60,188,146). Sum of RGB (Red+Green+Blue) = 60+188+146=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBC92 is #C3436D. Grayscale: #909090. Windows color (decimal): -12796782 or 9616444. OLE color: 9616444.
HSL color Cylindrical-coordinate representation of color #3CBC92: hue angle of 160.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC92 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 146 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.26 |
| HSL | 160.31º | 0.52% | 0.49% | - |
| HSV(B) | 160.31º | 0.68% | 0.74% | - |
| XYZ | 25.04 | 39 | 33.4 | - |
| YUV | 144.94 | 128.59 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 146 | 0.68 | 0 | 0.22 | 0.26 | 160.31 | 0.52 | 0.49 |
| Hex | 3C | BC | 92 | 44 | 0 | 16 | 1A | A0 | 34 | 31 |
| Octal | 74 | 274 | 222 | 104 | 0 | 26 | 32 | 240 | 64 | 61 |
| Binary | 111100 | 10111100 | 10010010 | 1000100 | 0 | 10110 | 11010 | 10100000 | 110100 | 110001 |
Color Harmonies of #3CBC92
Complementary color
Monochromatic Colors of #3CBC92
Black with #3CBC92
Text Example
Text Example
White with #3CBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC92; }
p { color: rgb(60,188,146); }
H1.HeaderClassName
{
color: #3CBC92;
}
.AnyTagClassName
{
color: #3CBC92;
}
</style>
background-color css
<style>
a { background-color: #3CBC92; }
a { background-color: rgb(60,188,146); }
div.DivClassName
{
background-color: #3CBC92;
}
.BgClassName
{
background-color: #3CBC92;
}
</style>
border-color css
<style>
span { border-color: #3CBC92; }
span { border-color: rgb(60,188,146); }
td.TdClassName
{
border-color: #3CBC92;
}
.TagClassName
{
border-color: #3CBC92;
}
</style>