Shades of Shamrock #3DC490
Tints of Shamrock #3DC490
RGB
CMYK
RGB Variations
Color information
#3DC490 (or 0x3DC490) is known color: Shamrock. HEX triplet: 3D, C4 and 90. RGB value is (61,196,144). Sum of RGB (Red+Green+Blue) = 61+196+144=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC490 is #C23B6F. Grayscale: #959595. Windows color (decimal): -12729200 or 9487421. OLE color: 9487421.
HSL color Cylindrical-coordinate representation of color #3DC490: hue angle of 156.89º 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 #3DC490 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 144 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.23 |
| HSL | 156.89º | 0.53% | 0.5% | - |
| HSV(B) | 156.89º | 0.69% | 0.77% | - |
| XYZ | 26.7 | 42.49 | 33.18 | - |
| YUV | 149.71 | 124.77 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 144 | 0.69 | 0 | 0.27 | 0.23 | 156.89 | 0.53 | 0.5 |
| Hex | 3D | C4 | 90 | 45 | 0 | 1B | 17 | 9D | 35 | 32 |
| Octal | 75 | 304 | 220 | 105 | 0 | 33 | 27 | 235 | 65 | 62 |
| Binary | 111101 | 11000100 | 10010000 | 1000101 | 0 | 11011 | 10111 | 10011101 | 110101 | 110010 |
Color Harmonies of #3DC490
Complementary color
Monochromatic Colors of #3DC490
Black with #3DC490
Text Example
Text Example
White with #3DC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC490; }
p { color: rgb(61,196,144); }
H1.HeaderClassName
{
color: #3DC490;
}
.AnyTagClassName
{
color: #3DC490;
}
</style>
background-color css
<style>
a { background-color: #3DC490; }
a { background-color: rgb(61,196,144); }
div.DivClassName
{
background-color: #3DC490;
}
.BgClassName
{
background-color: #3DC490;
}
</style>
border-color css
<style>
span { border-color: #3DC490; }
span { border-color: rgb(61,196,144); }
td.TdClassName
{
border-color: #3DC490;
}
.TagClassName
{
border-color: #3DC490;
}
</style>