Shades of Shamrock #3CB892
Tints of Shamrock #3CB892
RGB
CMYK
RGB Variations
Color information
#3CB892 (or 0x3CB892) is known color: Shamrock. HEX triplet: 3C, B8 and 92. RGB value is (60,184,146). Sum of RGB (Red+Green+Blue) = 60+184+146=390 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.38% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #3CB892 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CB892 is #C3476D. Grayscale: #8E8E8E. Windows color (decimal): -12797806 or 9615420. OLE color: 9615420.
HSL color Cylindrical-coordinate representation of color #3CB892: hue angle of 161.61º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB892 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 184 | 146 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.28 |
| HSL | 161.61º | 0.51% | 0.48% | - |
| HSV(B) | 161.61º | 0.67% | 0.72% | - |
| XYZ | 24.19 | 37.32 | 33.12 | - |
| YUV | 142.59 | 129.92 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 146 | 0.67 | 0 | 0.21 | 0.28 | 161.61 | 0.51 | 0.48 |
| Hex | 3C | B8 | 92 | 43 | 0 | 15 | 1C | A2 | 33 | 30 |
| Octal | 74 | 270 | 222 | 103 | 0 | 25 | 34 | 242 | 63 | 60 |
| Binary | 111100 | 10111000 | 10010010 | 1000011 | 0 | 10101 | 11100 | 10100010 | 110011 | 110000 |
Color Harmonies of #3CB892
Complementary color
Monochromatic Colors of #3CB892
Black with #3CB892
Text Example
Text Example
White with #3CB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB892; }
p { color: rgb(60,184,146); }
H1.HeaderClassName
{
color: #3CB892;
}
.AnyTagClassName
{
color: #3CB892;
}
</style>
background-color css
<style>
a { background-color: #3CB892; }
a { background-color: rgb(60,184,146); }
div.DivClassName
{
background-color: #3CB892;
}
.BgClassName
{
background-color: #3CB892;
}
</style>
border-color css
<style>
span { border-color: #3CB892; }
span { border-color: rgb(60,184,146); }
td.TdClassName
{
border-color: #3CB892;
}
.TagClassName
{
border-color: #3CB892;
}
</style>