Shades of Shamrock #3BC39B
Tints of Shamrock #3BC39B
RGB
CMYK
RGB Variations
Color information
#3BC39B (or 0x3BC39B) is known color: Shamrock. HEX triplet: 3B, C3 and 9B. RGB value is (59,195,155). Sum of RGB (Red+Green+Blue) = 59+195+155=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC39B is #C43C64. Grayscale: #959595. Windows color (decimal): -12860517 or 10208059. OLE color: 10208059.
HSL color Cylindrical-coordinate representation of color #3BC39B: hue angle of 162.35º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC39B is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 155 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.24 |
| HSL | 162.35º | 0.54% | 0.5% | - |
| HSV(B) | 162.35º | 0.7% | 0.76% | - |
| XYZ | 27.24 | 42.33 | 37.74 | - |
| YUV | 149.78 | 130.94 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 155 | 0.70 | 0 | 0.21 | 0.24 | 162.35 | 0.54 | 0.5 |
| Hex | 3B | C3 | 9B | 46 | 0 | 15 | 18 | A2 | 36 | 32 |
| Octal | 73 | 303 | 233 | 106 | 0 | 25 | 30 | 242 | 66 | 62 |
| Binary | 111011 | 11000011 | 10011011 | 1000110 | 0 | 10101 | 11000 | 10100010 | 110110 | 110010 |
Color Harmonies of #3BC39B
Complementary color
Monochromatic Colors of #3BC39B
Black with #3BC39B
Text Example
Text Example
White with #3BC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC39B; }
p { color: rgb(59,195,155); }
H1.HeaderClassName
{
color: #3BC39B;
}
.AnyTagClassName
{
color: #3BC39B;
}
</style>
background-color css
<style>
a { background-color: #3BC39B; }
a { background-color: rgb(59,195,155); }
div.DivClassName
{
background-color: #3BC39B;
}
.BgClassName
{
background-color: #3BC39B;
}
</style>
border-color css
<style>
span { border-color: #3BC39B; }
span { border-color: rgb(59,195,155); }
td.TdClassName
{
border-color: #3BC39B;
}
.TagClassName
{
border-color: #3BC39B;
}
</style>