Shades of Shamrock #3BC190
Tints of Shamrock #3BC190
RGB
CMYK
RGB Variations
Color information
#3BC190 (or 0x3BC190) is known color: Shamrock. HEX triplet: 3B, C1 and 90. RGB value is (59,193,144). Sum of RGB (Red+Green+Blue) = 59+193+144=396 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.90% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC190 is #C43E6F. Grayscale: #939393. Windows color (decimal): -12861040 or 9486651. OLE color: 9486651.
HSL color Cylindrical-coordinate representation of color #3BC190: hue angle of 158.06º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC190 is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 193 | 144 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.24 |
| HSL | 158.06º | 0.53% | 0.49% | - |
| HSV(B) | 158.06º | 0.69% | 0.76% | - |
| XYZ | 25.91 | 41.08 | 32.95 | - |
| YUV | 147.35 | 126.11 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 193 | 144 | 0.69 | 0 | 0.25 | 0.24 | 158.06 | 0.53 | 0.49 |
| Hex | 3B | C1 | 90 | 45 | 0 | 19 | 18 | 9E | 35 | 31 |
| Octal | 73 | 301 | 220 | 105 | 0 | 31 | 30 | 236 | 65 | 61 |
| Binary | 111011 | 11000001 | 10010000 | 1000101 | 0 | 11001 | 11000 | 10011110 | 110101 | 110001 |
Color Harmonies of #3BC190
Complementary color
Monochromatic Colors of #3BC190
Black with #3BC190
Text Example
Text Example
White with #3BC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC190; }
p { color: rgb(59,193,144); }
H1.HeaderClassName
{
color: #3BC190;
}
.AnyTagClassName
{
color: #3BC190;
}
</style>
background-color css
<style>
a { background-color: #3BC190; }
a { background-color: rgb(59,193,144); }
div.DivClassName
{
background-color: #3BC190;
}
.BgClassName
{
background-color: #3BC190;
}
</style>
border-color css
<style>
span { border-color: #3BC190; }
span { border-color: rgb(59,193,144); }
td.TdClassName
{
border-color: #3BC190;
}
.TagClassName
{
border-color: #3BC190;
}
</style>