Shades of Shamrock #3BD190
Tints of Shamrock #3BD190
RGB
CMYK
RGB Variations
Color information
#3BD190 (or 0x3BD190) is known color: Shamrock. HEX triplet: 3B, D1 and 90. RGB value is (59,209,144). Sum of RGB (Red+Green+Blue) = 59+209+144=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD190 is #C42E6F. Grayscale: #9C9C9C. Windows color (decimal): -12856944 or 9490747. OLE color: 9490747.
HSL color Cylindrical-coordinate representation of color #3BD190: hue angle of 154º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD190 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 144 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.18 |
| HSL | 154º | 0.62% | 0.53% | - |
| HSV(B) | 154º | 0.72% | 0.82% | - |
| XYZ | 29.64 | 48.54 | 34.19 | - |
| YUV | 156.74 | 120.81 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 144 | 0.72 | 0 | 0.31 | 0.18 | 154 | 0.62 | 0.53 |
| Hex | 3B | D1 | 90 | 48 | 0 | 1F | 12 | 9A | 3E | 35 |
| Octal | 73 | 321 | 220 | 110 | 0 | 37 | 22 | 232 | 76 | 65 |
| Binary | 111011 | 11010001 | 10010000 | 1001000 | 0 | 11111 | 10010 | 10011010 | 111110 | 110101 |
Color Harmonies of #3BD190
Complementary color
Monochromatic Colors of #3BD190
Black with #3BD190
Text Example
Text Example
White with #3BD190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD190; }
p { color: rgb(59,209,144); }
H1.HeaderClassName
{
color: #3BD190;
}
.AnyTagClassName
{
color: #3BD190;
}
</style>
background-color css
<style>
a { background-color: #3BD190; }
a { background-color: rgb(59,209,144); }
div.DivClassName
{
background-color: #3BD190;
}
.BgClassName
{
background-color: #3BD190;
}
</style>
border-color css
<style>
span { border-color: #3BD190; }
span { border-color: rgb(59,209,144); }
td.TdClassName
{
border-color: #3BD190;
}
.TagClassName
{
border-color: #3BD190;
}
</style>