Shades of Shamrock #3DC49D
Tints of Shamrock #3DC49D
RGB
CMYK
RGB Variations
Color information
#3DC49D (or 0x3DC49D) is known color: Shamrock. HEX triplet: 3D, C4 and 9D. RGB value is (61,196,157). Sum of RGB (Red+Green+Blue) = 61+196+157=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC49D is #C23B62. Grayscale: #979797. Windows color (decimal): -12729187 or 10339389. OLE color: 10339389.
HSL color Cylindrical-coordinate representation of color #3DC49D: hue angle of 162.67º 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 #3DC49D is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 157 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.23 |
| HSL | 162.67º | 0.53% | 0.5% | - |
| HSV(B) | 162.67º | 0.69% | 0.77% | - |
| XYZ | 27.75 | 42.91 | 38.72 | - |
| YUV | 151.19 | 131.27 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 157 | 0.69 | 0 | 0.20 | 0.23 | 162.67 | 0.53 | 0.5 |
| Hex | 3D | C4 | 9D | 45 | 0 | 14 | 17 | A3 | 35 | 32 |
| Octal | 75 | 304 | 235 | 105 | 0 | 24 | 27 | 243 | 65 | 62 |
| Binary | 111101 | 11000100 | 10011101 | 1000101 | 0 | 10100 | 10111 | 10100011 | 110101 | 110010 |
Color Harmonies of #3DC49D
Complementary color
Monochromatic Colors of #3DC49D
Black with #3DC49D
Text Example
Text Example
White with #3DC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC49D; }
p { color: rgb(61,196,157); }
H1.HeaderClassName
{
color: #3DC49D;
}
.AnyTagClassName
{
color: #3DC49D;
}
</style>
background-color css
<style>
a { background-color: #3DC49D; }
a { background-color: rgb(61,196,157); }
div.DivClassName
{
background-color: #3DC49D;
}
.BgClassName
{
background-color: #3DC49D;
}
</style>
border-color css
<style>
span { border-color: #3DC49D; }
span { border-color: rgb(61,196,157); }
td.TdClassName
{
border-color: #3DC49D;
}
.TagClassName
{
border-color: #3DC49D;
}
</style>