Shades of Shamrock #3DC29E
Tints of Shamrock #3DC29E
RGB
CMYK
RGB Variations
Color information
#3DC29E (or 0x3DC29E) is known color: Shamrock. HEX triplet: 3D, C2 and 9E. RGB value is (61,194,158). Sum of RGB (Red+Green+Blue) = 61+194+158=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC29E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC29E is #C23D61. Grayscale: #969696. Windows color (decimal): -12729698 or 10404413. OLE color: 10404413.
HSL color Cylindrical-coordinate representation of color #3DC29E: hue angle of 163.76º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC29E is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 158 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.24 |
| HSL | 163.76º | 0.52% | 0.5% | - |
| HSV(B) | 163.76º | 0.69% | 0.76% | - |
| XYZ | 27.39 | 42.04 | 39.02 | - |
| YUV | 150.13 | 132.44 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 158 | 0.69 | 0 | 0.19 | 0.24 | 163.76 | 0.52 | 0.5 |
| Hex | 3D | C2 | 9E | 45 | 0 | 13 | 18 | A4 | 34 | 32 |
| Octal | 75 | 302 | 236 | 105 | 0 | 23 | 30 | 244 | 64 | 62 |
| Binary | 111101 | 11000010 | 10011110 | 1000101 | 0 | 10011 | 11000 | 10100100 | 110100 | 110010 |
Color Harmonies of #3DC29E
Complementary color
Monochromatic Colors of #3DC29E
Black with #3DC29E
Text Example
Text Example
White with #3DC29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC29E; }
p { color: rgb(61,194,158); }
H1.HeaderClassName
{
color: #3DC29E;
}
.AnyTagClassName
{
color: #3DC29E;
}
</style>
background-color css
<style>
a { background-color: #3DC29E; }
a { background-color: rgb(61,194,158); }
div.DivClassName
{
background-color: #3DC29E;
}
.BgClassName
{
background-color: #3DC29E;
}
</style>
border-color css
<style>
span { border-color: #3DC29E; }
span { border-color: rgb(61,194,158); }
td.TdClassName
{
border-color: #3DC29E;
}
.TagClassName
{
border-color: #3DC29E;
}
</style>