Shades of Shamrock #3DC989
Tints of Shamrock #3DC989
RGB
CMYK
RGB Variations
Color information
#3DC989 (or 0x3DC989) is known color: Shamrock. HEX triplet: 3D, C9 and 89. RGB value is (61,201,137). Sum of RGB (Red+Green+Blue) = 61+201+137=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC989 is #C23676. Grayscale: #979797. Windows color (decimal): -12727927 or 9029949. OLE color: 9029949.
HSL color Cylindrical-coordinate representation of color #3DC989: hue angle of 152.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC989 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 137 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.21 |
| HSL | 152.57º | 0.56% | 0.51% | - |
| HSV(B) | 152.57º | 0.7% | 0.79% | - |
| XYZ | 27.33 | 44.57 | 30.83 | - |
| YUV | 151.84 | 119.62 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 137 | 0.70 | 0 | 0.32 | 0.21 | 152.57 | 0.56 | 0.51 |
| Hex | 3D | C9 | 89 | 46 | 0 | 20 | 15 | 99 | 38 | 33 |
| Octal | 75 | 311 | 211 | 106 | 0 | 40 | 25 | 231 | 70 | 63 |
| Binary | 111101 | 11001001 | 10001001 | 1000110 | 0 | 100000 | 10101 | 10011001 | 111000 | 110011 |
Color Harmonies of #3DC989
Complementary color
Monochromatic Colors of #3DC989
Black with #3DC989
Text Example
Text Example
White with #3DC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC989; }
p { color: rgb(61,201,137); }
H1.HeaderClassName
{
color: #3DC989;
}
.AnyTagClassName
{
color: #3DC989;
}
</style>
background-color css
<style>
a { background-color: #3DC989; }
a { background-color: rgb(61,201,137); }
div.DivClassName
{
background-color: #3DC989;
}
.BgClassName
{
background-color: #3DC989;
}
</style>
border-color css
<style>
span { border-color: #3DC989; }
span { border-color: rgb(61,201,137); }
td.TdClassName
{
border-color: #3DC989;
}
.TagClassName
{
border-color: #3DC989;
}
</style>