Shades of Shamrock #3BC984
Tints of Shamrock #3BC984
RGB
CMYK
RGB Variations
Color information
#3BC984 (or 0x3BC984) is known color: Shamrock. HEX triplet: 3B, C9 and 84. RGB value is (59,201,132). Sum of RGB (Red+Green+Blue) = 59+201+132=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC984 is #C4367B. Grayscale: #969696. Windows color (decimal): -12859004 or 8702267. OLE color: 8702267.
HSL color Cylindrical-coordinate representation of color #3BC984: hue angle of 150.85º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC984 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 132 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.21 |
| HSL | 150.85º | 0.57% | 0.51% | - |
| HSV(B) | 150.85º | 0.71% | 0.79% | - |
| XYZ | 26.86 | 44.37 | 28.98 | - |
| YUV | 150.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 132 | 0.71 | 0 | 0.34 | 0.21 | 150.85 | 0.57 | 0.51 |
| Hex | 3B | C9 | 84 | 47 | 0 | 22 | 15 | 97 | 39 | 33 |
| Octal | 73 | 311 | 204 | 107 | 0 | 42 | 25 | 227 | 71 | 63 |
| Binary | 111011 | 11001001 | 10000100 | 1000111 | 0 | 100010 | 10101 | 10010111 | 111001 | 110011 |
Color Harmonies of #3BC984
Complementary color
Monochromatic Colors of #3BC984
Black with #3BC984
Text Example
Text Example
White with #3BC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC984; }
p { color: rgb(59,201,132); }
H1.HeaderClassName
{
color: #3BC984;
}
.AnyTagClassName
{
color: #3BC984;
}
</style>
background-color css
<style>
a { background-color: #3BC984; }
a { background-color: rgb(59,201,132); }
div.DivClassName
{
background-color: #3BC984;
}
.BgClassName
{
background-color: #3BC984;
}
</style>
border-color css
<style>
span { border-color: #3BC984; }
span { border-color: rgb(59,201,132); }
td.TdClassName
{
border-color: #3BC984;
}
.TagClassName
{
border-color: #3BC984;
}
</style>