Shades of Shamrock #3BD192
Tints of Shamrock #3BD192
RGB
CMYK
RGB Variations
Color information
#3BD192 (or 0x3BD192) is known color: Shamrock. HEX triplet: 3B, D1 and 92. RGB value is (59,209,146). Sum of RGB (Red+Green+Blue) = 59+209+146=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD192 is #C42E6D. Grayscale: #9D9D9D. Windows color (decimal): -12856942 or 9621819. OLE color: 9621819.
HSL color Cylindrical-coordinate representation of color #3BD192: hue angle of 154.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD192 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 146 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.18 |
| HSL | 154.8º | 0.62% | 0.53% | - |
| HSV(B) | 154.8º | 0.72% | 0.82% | - |
| XYZ | 29.79 | 48.61 | 35.01 | - |
| YUV | 156.97 | 121.81 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 146 | 0.72 | 0 | 0.30 | 0.18 | 154.8 | 0.62 | 0.53 |
| Hex | 3B | D1 | 92 | 48 | 0 | 1E | 12 | 9B | 3E | 35 |
| Octal | 73 | 321 | 222 | 110 | 0 | 36 | 22 | 233 | 76 | 65 |
| Binary | 111011 | 11010001 | 10010010 | 1001000 | 0 | 11110 | 10010 | 10011011 | 111110 | 110101 |
Color Harmonies of #3BD192
Complementary color
Monochromatic Colors of #3BD192
Black with #3BD192
Text Example
Text Example
White with #3BD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD192; }
p { color: rgb(59,209,146); }
H1.HeaderClassName
{
color: #3BD192;
}
.AnyTagClassName
{
color: #3BD192;
}
</style>
background-color css
<style>
a { background-color: #3BD192; }
a { background-color: rgb(59,209,146); }
div.DivClassName
{
background-color: #3BD192;
}
.BgClassName
{
background-color: #3BD192;
}
</style>
border-color css
<style>
span { border-color: #3BD192; }
span { border-color: rgb(59,209,146); }
td.TdClassName
{
border-color: #3BD192;
}
.TagClassName
{
border-color: #3BD192;
}
</style>