Shades of Shamrock #3DC29C
Tints of Shamrock #3DC29C
RGB
CMYK
RGB Variations
Color information
#3DC29C (or 0x3DC29C) is known color: Shamrock. HEX triplet: 3D, C2 and 9C. RGB value is (61,194,156). Sum of RGB (Red+Green+Blue) = 61+194+156=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #3DC29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC29C is #C23D63. Grayscale: #959595. Windows color (decimal): -12729700 or 10273341. OLE color: 10273341.
HSL color Cylindrical-coordinate representation of color #3DC29C: hue angle of 162.86º 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 #3DC29C is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 194 | 156 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.24 |
| HSL | 162.86º | 0.52% | 0.5% | - |
| HSV(B) | 162.86º | 0.69% | 0.76% | - |
| XYZ | 27.22 | 41.98 | 38.12 | - |
| YUV | 149.9 | 131.44 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 194 | 156 | 0.69 | 0 | 0.20 | 0.24 | 162.86 | 0.52 | 0.5 |
| Hex | 3D | C2 | 9C | 45 | 0 | 14 | 18 | A3 | 34 | 32 |
| Octal | 75 | 302 | 234 | 105 | 0 | 24 | 30 | 243 | 64 | 62 |
| Binary | 111101 | 11000010 | 10011100 | 1000101 | 0 | 10100 | 11000 | 10100011 | 110100 | 110010 |
Color Harmonies of #3DC29C
Complementary color
Monochromatic Colors of #3DC29C
Black with #3DC29C
Text Example
Text Example
White with #3DC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC29C; }
p { color: rgb(61,194,156); }
H1.HeaderClassName
{
color: #3DC29C;
}
.AnyTagClassName
{
color: #3DC29C;
}
</style>
background-color css
<style>
a { background-color: #3DC29C; }
a { background-color: rgb(61,194,156); }
div.DivClassName
{
background-color: #3DC29C;
}
.BgClassName
{
background-color: #3DC29C;
}
</style>
border-color css
<style>
span { border-color: #3DC29C; }
span { border-color: rgb(61,194,156); }
td.TdClassName
{
border-color: #3DC29C;
}
.TagClassName
{
border-color: #3DC29C;
}
</style>