Shades of Shamrock #3CB992
Tints of Shamrock #3CB992
RGB
CMYK
RGB Variations
Color information
#3CB992 (or 0x3CB992) is known color: Shamrock. HEX triplet: 3C, B9 and 92. RGB value is (60,185,146). Sum of RGB (Red+Green+Blue) = 60+185+146=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB992 is #C3466D. Grayscale: #8F8F8F. Windows color (decimal): -12797550 or 9615676. OLE color: 9615676.
HSL color Cylindrical-coordinate representation of color #3CB992: hue angle of 161.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB992 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 146 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.27 |
| HSL | 161.28º | 0.51% | 0.48% | - |
| HSV(B) | 161.28º | 0.68% | 0.73% | - |
| XYZ | 24.4 | 37.73 | 33.19 | - |
| YUV | 143.18 | 129.59 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 146 | 0.68 | 0 | 0.21 | 0.27 | 161.28 | 0.51 | 0.48 |
| Hex | 3C | B9 | 92 | 44 | 0 | 15 | 1B | A1 | 33 | 30 |
| Octal | 74 | 271 | 222 | 104 | 0 | 25 | 33 | 241 | 63 | 60 |
| Binary | 111100 | 10111001 | 10010010 | 1000100 | 0 | 10101 | 11011 | 10100001 | 110011 | 110000 |
Color Harmonies of #3CB992
Complementary color
Monochromatic Colors of #3CB992
Black with #3CB992
Text Example
Text Example
White with #3CB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB992; }
p { color: rgb(60,185,146); }
H1.HeaderClassName
{
color: #3CB992;
}
.AnyTagClassName
{
color: #3CB992;
}
</style>
background-color css
<style>
a { background-color: #3CB992; }
a { background-color: rgb(60,185,146); }
div.DivClassName
{
background-color: #3CB992;
}
.BgClassName
{
background-color: #3CB992;
}
</style>
border-color css
<style>
span { border-color: #3CB992; }
span { border-color: rgb(60,185,146); }
td.TdClassName
{
border-color: #3CB992;
}
.TagClassName
{
border-color: #3CB992;
}
</style>