Shades of Shamrock #3DC089
Tints of Shamrock #3DC089
RGB
CMYK
RGB Variations
Color information
#3DC089 (or 0x3DC089) is known color: Shamrock. HEX triplet: 3D, C0 and 89. RGB value is (61,192,137). Sum of RGB (Red+Green+Blue) = 61+192+137=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #3DC089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC089 is #C23F76. Grayscale: #929292. Windows color (decimal): -12730231 or 9027645. OLE color: 9027645.
HSL color Cylindrical-coordinate representation of color #3DC089: hue angle of 154.81º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DC089 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 192 | 137 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.25 |
| HSL | 154.81º | 0.52% | 0.5% | - |
| HSV(B) | 154.81º | 0.68% | 0.75% | - |
| XYZ | 25.29 | 40.5 | 30.15 | - |
| YUV | 146.56 | 122.6 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 137 | 0.68 | 0 | 0.29 | 0.25 | 154.81 | 0.52 | 0.5 |
| Hex | 3D | C0 | 89 | 44 | 0 | 1D | 19 | 9B | 34 | 32 |
| Octal | 75 | 300 | 211 | 104 | 0 | 35 | 31 | 233 | 64 | 62 |
| Binary | 111101 | 11000000 | 10001001 | 1000100 | 0 | 11101 | 11001 | 10011011 | 110100 | 110010 |
Color Harmonies of #3DC089
Complementary color
Monochromatic Colors of #3DC089
Black with #3DC089
Text Example
Text Example
White with #3DC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC089; }
p { color: rgb(61,192,137); }
H1.HeaderClassName
{
color: #3DC089;
}
.AnyTagClassName
{
color: #3DC089;
}
</style>
background-color css
<style>
a { background-color: #3DC089; }
a { background-color: rgb(61,192,137); }
div.DivClassName
{
background-color: #3DC089;
}
.BgClassName
{
background-color: #3DC089;
}
</style>
border-color css
<style>
span { border-color: #3DC089; }
span { border-color: rgb(61,192,137); }
td.TdClassName
{
border-color: #3DC089;
}
.TagClassName
{
border-color: #3DC089;
}
</style>