Shades of Shamrock #3BD587
Tints of Shamrock #3BD587
RGB
CMYK
RGB Variations
Color information
#3BD587 (or 0x3BD587) is known color: Shamrock. HEX triplet: 3B, D5 and 87. RGB value is (59,213,135). Sum of RGB (Red+Green+Blue) = 59+213+135=407 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.50% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD587 is #C42A78. Grayscale: #9E9E9E. Windows color (decimal): -12855929 or 8901947. OLE color: 8901947.
HSL color Cylindrical-coordinate representation of color #3BD587: hue angle of 149.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD587 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 135 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.16 |
| HSL | 149.61º | 0.65% | 0.53% | - |
| HSV(B) | 149.61º | 0.72% | 0.84% | - |
| XYZ | 29.97 | 50.27 | 31.04 | - |
| YUV | 158.06 | 114.98 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 135 | 0.72 | 0 | 0.37 | 0.16 | 149.61 | 0.65 | 0.53 |
| Hex | 3B | D5 | 87 | 48 | 0 | 25 | 10 | 96 | 41 | 35 |
| Octal | 73 | 325 | 207 | 110 | 0 | 45 | 20 | 226 | 101 | 65 |
| Binary | 111011 | 11010101 | 10000111 | 1001000 | 0 | 100101 | 10000 | 10010110 | 1000001 | 110101 |
Color Harmonies of #3BD587
Complementary color
Monochromatic Colors of #3BD587
Black with #3BD587
Text Example
Text Example
White with #3BD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD587; }
p { color: rgb(59,213,135); }
H1.HeaderClassName
{
color: #3BD587;
}
.AnyTagClassName
{
color: #3BD587;
}
</style>
background-color css
<style>
a { background-color: #3BD587; }
a { background-color: rgb(59,213,135); }
div.DivClassName
{
background-color: #3BD587;
}
.BgClassName
{
background-color: #3BD587;
}
</style>
border-color css
<style>
span { border-color: #3BD587; }
span { border-color: rgb(59,213,135); }
td.TdClassName
{
border-color: #3BD587;
}
.TagClassName
{
border-color: #3BD587;
}
</style>