Shades of Shamrock #3BD185
Tints of Shamrock #3BD185
RGB
CMYK
RGB Variations
Color information
#3BD185 (or 0x3BD185) is known color: Shamrock. HEX triplet: 3B, D1 and 85. RGB value is (59,209,133). Sum of RGB (Red+Green+Blue) = 59+209+133=401 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.71% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD185 is #C42E7A. Grayscale: #9B9B9B. Windows color (decimal): -12856955 or 8769851. OLE color: 8769851.
HSL color Cylindrical-coordinate representation of color #3BD185: hue angle of 149.6º 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 #3BD185 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 133 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.18 |
| HSL | 149.6º | 0.62% | 0.53% | - |
| HSV(B) | 149.6º | 0.72% | 0.82% | - |
| XYZ | 28.84 | 48.22 | 29.98 | - |
| YUV | 155.49 | 115.31 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 133 | 0.72 | 0 | 0.36 | 0.18 | 149.6 | 0.62 | 0.53 |
| Hex | 3B | D1 | 85 | 48 | 0 | 24 | 12 | 96 | 3E | 35 |
| Octal | 73 | 321 | 205 | 110 | 0 | 44 | 22 | 226 | 76 | 65 |
| Binary | 111011 | 11010001 | 10000101 | 1001000 | 0 | 100100 | 10010 | 10010110 | 111110 | 110101 |
Color Harmonies of #3BD185
Complementary color
Monochromatic Colors of #3BD185
Black with #3BD185
Text Example
Text Example
White with #3BD185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD185; }
p { color: rgb(59,209,133); }
H1.HeaderClassName
{
color: #3BD185;
}
.AnyTagClassName
{
color: #3BD185;
}
</style>
background-color css
<style>
a { background-color: #3BD185; }
a { background-color: rgb(59,209,133); }
div.DivClassName
{
background-color: #3BD185;
}
.BgClassName
{
background-color: #3BD185;
}
</style>
border-color css
<style>
span { border-color: #3BD185; }
span { border-color: rgb(59,209,133); }
td.TdClassName
{
border-color: #3BD185;
}
.TagClassName
{
border-color: #3BD185;
}
</style>