Shades of Shamrock #3CBB92
Tints of Shamrock #3CBB92
RGB
CMYK
RGB Variations
Color information
#3CBB92 (or 0x3CBB92) is known color: Shamrock. HEX triplet: 3C, BB and 92. RGB value is (60,187,146). Sum of RGB (Red+Green+Blue) = 60+187+146=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBB92 is #C3446D. Grayscale: #909090. Windows color (decimal): -12797038 or 9616188. OLE color: 9616188.
HSL color Cylindrical-coordinate representation of color #3CBB92: hue angle of 160.63º 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 #3CBB92 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 187 | 146 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.27 |
| HSL | 160.63º | 0.51% | 0.48% | - |
| HSV(B) | 160.63º | 0.68% | 0.73% | - |
| XYZ | 24.82 | 38.58 | 33.33 | - |
| YUV | 144.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 146 | 0.68 | 0 | 0.22 | 0.27 | 160.63 | 0.51 | 0.48 |
| Hex | 3C | BB | 92 | 44 | 0 | 16 | 1B | A1 | 33 | 30 |
| Octal | 74 | 273 | 222 | 104 | 0 | 26 | 33 | 241 | 63 | 60 |
| Binary | 111100 | 10111011 | 10010010 | 1000100 | 0 | 10110 | 11011 | 10100001 | 110011 | 110000 |
Color Harmonies of #3CBB92
Complementary color
Monochromatic Colors of #3CBB92
Black with #3CBB92
Text Example
Text Example
White with #3CBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBB92; }
p { color: rgb(60,187,146); }
H1.HeaderClassName
{
color: #3CBB92;
}
.AnyTagClassName
{
color: #3CBB92;
}
</style>
background-color css
<style>
a { background-color: #3CBB92; }
a { background-color: rgb(60,187,146); }
div.DivClassName
{
background-color: #3CBB92;
}
.BgClassName
{
background-color: #3CBB92;
}
</style>
border-color css
<style>
span { border-color: #3CBB92; }
span { border-color: rgb(60,187,146); }
td.TdClassName
{
border-color: #3CBB92;
}
.TagClassName
{
border-color: #3CBB92;
}
</style>