Shades of Shamrock #3BD589
Tints of Shamrock #3BD589
RGB
CMYK
RGB Variations
Color information
#3BD589 (or 0x3BD589) is known color: Shamrock. HEX triplet: 3B, D5 and 89. RGB value is (59,213,137). Sum of RGB (Red+Green+Blue) = 59+213+137=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD589 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD589 is #C42A76. Grayscale: #9E9E9E. Windows color (decimal): -12855927 or 9033019. OLE color: 9033019.
HSL color Cylindrical-coordinate representation of color #3BD589: hue angle of 150.39º 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 #3BD589 is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 137 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.16 |
| HSL | 150.39º | 0.65% | 0.53% | - |
| HSV(B) | 150.39º | 0.72% | 0.84% | - |
| XYZ | 30.11 | 50.32 | 31.79 | - |
| YUV | 158.29 | 115.98 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 137 | 0.72 | 0 | 0.36 | 0.16 | 150.39 | 0.65 | 0.53 |
| Hex | 3B | D5 | 89 | 48 | 0 | 24 | 10 | 96 | 41 | 35 |
| Octal | 73 | 325 | 211 | 110 | 0 | 44 | 20 | 226 | 101 | 65 |
| Binary | 111011 | 11010101 | 10001001 | 1001000 | 0 | 100100 | 10000 | 10010110 | 1000001 | 110101 |
Color Harmonies of #3BD589
Complementary color
Monochromatic Colors of #3BD589
Black with #3BD589
Text Example
Text Example
White with #3BD589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD589; }
p { color: rgb(59,213,137); }
H1.HeaderClassName
{
color: #3BD589;
}
.AnyTagClassName
{
color: #3BD589;
}
</style>
background-color css
<style>
a { background-color: #3BD589; }
a { background-color: rgb(59,213,137); }
div.DivClassName
{
background-color: #3BD589;
}
.BgClassName
{
background-color: #3BD589;
}
</style>
border-color css
<style>
span { border-color: #3BD589; }
span { border-color: rgb(59,213,137); }
td.TdClassName
{
border-color: #3BD589;
}
.TagClassName
{
border-color: #3BD589;
}
</style>