Shades of Shamrock #3BCC90
Tints of Shamrock #3BCC90
RGB
CMYK
RGB Variations
Color information
#3BCC90 (or 0x3BCC90) is known color: Shamrock. HEX triplet: 3B, CC and 90. RGB value is (59,204,144). Sum of RGB (Red+Green+Blue) = 59+204+144=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #3BCC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BCC90 is #C4336F. Grayscale: #999999. Windows color (decimal): -12858224 or 9489467. OLE color: 9489467.
HSL color Cylindrical-coordinate representation of color #3BCC90: hue angle of 155.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCC90 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 204 | 144 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.2 |
| HSL | 155.17º | 0.59% | 0.52% | - |
| HSV(B) | 155.17º | 0.71% | 0.8% | - |
| XYZ | 28.43 | 46.13 | 33.79 | - |
| YUV | 153.81 | 122.46 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 204 | 144 | 0.71 | 0 | 0.29 | 0.2 | 155.17 | 0.59 | 0.52 |
| Hex | 3B | CC | 90 | 47 | 0 | 1D | 14 | 9B | 3B | 34 |
| Octal | 73 | 314 | 220 | 107 | 0 | 35 | 24 | 233 | 73 | 64 |
| Binary | 111011 | 11001100 | 10010000 | 1000111 | 0 | 11101 | 10100 | 10011011 | 111011 | 110100 |
Color Harmonies of #3BCC90
Complementary color
Monochromatic Colors of #3BCC90
Black with #3BCC90
Text Example
Text Example
White with #3BCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCC90; }
p { color: rgb(59,204,144); }
H1.HeaderClassName
{
color: #3BCC90;
}
.AnyTagClassName
{
color: #3BCC90;
}
</style>
background-color css
<style>
a { background-color: #3BCC90; }
a { background-color: rgb(59,204,144); }
div.DivClassName
{
background-color: #3BCC90;
}
.BgClassName
{
background-color: #3BCC90;
}
</style>
border-color css
<style>
span { border-color: #3BCC90; }
span { border-color: rgb(59,204,144); }
td.TdClassName
{
border-color: #3BCC90;
}
.TagClassName
{
border-color: #3BCC90;
}
</style>