Shades of Shamrock #3DC49C
Tints of Shamrock #3DC49C
RGB
CMYK
RGB Variations
Color information
#3DC49C (or 0x3DC49C) is known color: Shamrock. HEX triplet: 3D, C4 and 9C. RGB value is (61,196,156). Sum of RGB (Red+Green+Blue) = 61+196+156=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC49C is #C23B63. Grayscale: #979797. Windows color (decimal): -12729188 or 10273853. OLE color: 10273853.
HSL color Cylindrical-coordinate representation of color #3DC49C: hue angle of 162.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC49C is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 156 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.23 |
| HSL | 162.22º | 0.53% | 0.5% | - |
| HSV(B) | 162.22º | 0.69% | 0.77% | - |
| XYZ | 27.67 | 42.87 | 38.27 | - |
| YUV | 151.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 156 | 0.69 | 0 | 0.20 | 0.23 | 162.22 | 0.53 | 0.5 |
| Hex | 3D | C4 | 9C | 45 | 0 | 14 | 17 | A2 | 35 | 32 |
| Octal | 75 | 304 | 234 | 105 | 0 | 24 | 27 | 242 | 65 | 62 |
| Binary | 111101 | 11000100 | 10011100 | 1000101 | 0 | 10100 | 10111 | 10100010 | 110101 | 110010 |
Color Harmonies of #3DC49C
Complementary color
Monochromatic Colors of #3DC49C
Black with #3DC49C
Text Example
Text Example
White with #3DC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC49C; }
p { color: rgb(61,196,156); }
H1.HeaderClassName
{
color: #3DC49C;
}
.AnyTagClassName
{
color: #3DC49C;
}
</style>
background-color css
<style>
a { background-color: #3DC49C; }
a { background-color: rgb(61,196,156); }
div.DivClassName
{
background-color: #3DC49C;
}
.BgClassName
{
background-color: #3DC49C;
}
</style>
border-color css
<style>
span { border-color: #3DC49C; }
span { border-color: rgb(61,196,156); }
td.TdClassName
{
border-color: #3DC49C;
}
.TagClassName
{
border-color: #3DC49C;
}
</style>