Shades of Shamrock #3BC092
Tints of Shamrock #3BC092
RGB
CMYK
RGB Variations
Color information
#3BC092 (or 0x3BC092) is known color: Shamrock. HEX triplet: 3B, C0 and 92. RGB value is (59,192,146). Sum of RGB (Red+Green+Blue) = 59+192+146=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC092 is #C43F6D. Grayscale: #939393. Windows color (decimal): -12861294 or 9617467. OLE color: 9617467.
HSL color Cylindrical-coordinate representation of color #3BC092: hue angle of 159.25º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC092 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 146 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.25 |
| HSL | 159.25º | 0.53% | 0.49% | - |
| HSV(B) | 159.25º | 0.69% | 0.75% | - |
| XYZ | 25.84 | 40.7 | 33.69 | - |
| YUV | 146.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 146 | 0.69 | 0 | 0.24 | 0.25 | 159.25 | 0.53 | 0.49 |
| Hex | 3B | C0 | 92 | 45 | 0 | 18 | 19 | 9F | 35 | 31 |
| Octal | 73 | 300 | 222 | 105 | 0 | 30 | 31 | 237 | 65 | 61 |
| Binary | 111011 | 11000000 | 10010010 | 1000101 | 0 | 11000 | 11001 | 10011111 | 110101 | 110001 |
Color Harmonies of #3BC092
Complementary color
Monochromatic Colors of #3BC092
Black with #3BC092
Text Example
Text Example
White with #3BC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC092; }
p { color: rgb(59,192,146); }
H1.HeaderClassName
{
color: #3BC092;
}
.AnyTagClassName
{
color: #3BC092;
}
</style>
background-color css
<style>
a { background-color: #3BC092; }
a { background-color: rgb(59,192,146); }
div.DivClassName
{
background-color: #3BC092;
}
.BgClassName
{
background-color: #3BC092;
}
</style>
border-color css
<style>
span { border-color: #3BC092; }
span { border-color: rgb(59,192,146); }
td.TdClassName
{
border-color: #3BC092;
}
.TagClassName
{
border-color: #3BC092;
}
</style>