Shades of Shamrock #3BC28D
Tints of Shamrock #3BC28D
RGB
CMYK
RGB Variations
Color information
#3BC28D (or 0x3BC28D) is known color: Shamrock. HEX triplet: 3B, C2 and 8D. RGB value is (59,194,141). Sum of RGB (Red+Green+Blue) = 59+194+141=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC28D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC28D is #C43D72. Grayscale: #939393. Windows color (decimal): -12860787 or 9290299. OLE color: 9290299.
HSL color Cylindrical-coordinate representation of color #3BC28D: hue angle of 156.44º degrees, saturation: 0.53, 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 #3BC28D is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 194 | 141 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.24 |
| HSL | 156.44º | 0.53% | 0.5% | - |
| HSV(B) | 156.44º | 0.7% | 0.76% | - |
| XYZ | 25.9 | 41.44 | 31.83 | - |
| YUV | 147.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 194 | 141 | 0.70 | 0 | 0.27 | 0.24 | 156.44 | 0.53 | 0.5 |
| Hex | 3B | C2 | 8D | 46 | 0 | 1B | 18 | 9C | 35 | 32 |
| Octal | 73 | 302 | 215 | 106 | 0 | 33 | 30 | 234 | 65 | 62 |
| Binary | 111011 | 11000010 | 10001101 | 1000110 | 0 | 11011 | 11000 | 10011100 | 110101 | 110010 |
Color Harmonies of #3BC28D
Complementary color
Monochromatic Colors of #3BC28D
Black with #3BC28D
Text Example
Text Example
White with #3BC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC28D; }
p { color: rgb(59,194,141); }
H1.HeaderClassName
{
color: #3BC28D;
}
.AnyTagClassName
{
color: #3BC28D;
}
</style>
background-color css
<style>
a { background-color: #3BC28D; }
a { background-color: rgb(59,194,141); }
div.DivClassName
{
background-color: #3BC28D;
}
.BgClassName
{
background-color: #3BC28D;
}
</style>
border-color css
<style>
span { border-color: #3BC28D; }
span { border-color: rgb(59,194,141); }
td.TdClassName
{
border-color: #3BC28D;
}
.TagClassName
{
border-color: #3BC28D;
}
</style>