Shades of Shamrock #3AD587
Tints of Shamrock #3AD587
RGB
CMYK
RGB Variations
Color information
#3AD587 (or 0x3AD587) is known color: Shamrock. HEX triplet: 3A, D5 and 87. RGB value is (58,213,135). Sum of RGB (Red+Green+Blue) = 58+213+135=406 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.29% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD587 is #C52A78. Grayscale: #9D9D9D. Windows color (decimal): -12921465 or 8901946. OLE color: 8901946.
HSL color Cylindrical-coordinate representation of color #3AD587: hue angle of 149.81º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD587 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 213 | 135 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.16 |
| HSL | 149.81º | 0.65% | 0.53% | - |
| HSV(B) | 149.81º | 0.73% | 0.84% | - |
| XYZ | 29.91 | 50.24 | 31.04 | - |
| YUV | 157.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 213 | 135 | 0.73 | 0 | 0.37 | 0.16 | 149.81 | 0.65 | 0.53 |
| Hex | 3A | D5 | 87 | 49 | 0 | 25 | 10 | 96 | 41 | 35 |
| Octal | 72 | 325 | 207 | 111 | 0 | 45 | 20 | 226 | 101 | 65 |
| Binary | 111010 | 11010101 | 10000111 | 1001001 | 0 | 100101 | 10000 | 10010110 | 1000001 | 110101 |
Color Harmonies of #3AD587
Complementary color
Monochromatic Colors of #3AD587
Black with #3AD587
Text Example
Text Example
White with #3AD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD587; }
p { color: rgb(58,213,135); }
H1.HeaderClassName
{
color: #3AD587;
}
.AnyTagClassName
{
color: #3AD587;
}
</style>
background-color css
<style>
a { background-color: #3AD587; }
a { background-color: rgb(58,213,135); }
div.DivClassName
{
background-color: #3AD587;
}
.BgClassName
{
background-color: #3AD587;
}
</style>
border-color css
<style>
span { border-color: #3AD587; }
span { border-color: rgb(58,213,135); }
td.TdClassName
{
border-color: #3AD587;
}
.TagClassName
{
border-color: #3AD587;
}
</style>