Shades of Shamrock #3DC698
Tints of Shamrock #3DC698
RGB
CMYK
RGB Variations
Color information
#3DC698 (or 0x3DC698) is known color: Shamrock. HEX triplet: 3D, C6 and 98. RGB value is (61,198,152). Sum of RGB (Red+Green+Blue) = 61+198+152=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #3DC698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC698 is #C23967. Grayscale: #979797. Windows color (decimal): -12728680 or 10012221. OLE color: 10012221.
HSL color Cylindrical-coordinate representation of color #3DC698: hue angle of 159.85º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC698 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 198 | 152 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.22 |
| HSL | 159.85º | 0.55% | 0.51% | - |
| HSV(B) | 159.85º | 0.69% | 0.78% | - |
| XYZ | 27.79 | 43.65 | 36.67 | - |
| YUV | 151.79 | 128.11 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 198 | 152 | 0.69 | 0 | 0.23 | 0.22 | 159.85 | 0.55 | 0.51 |
| Hex | 3D | C6 | 98 | 45 | 0 | 17 | 16 | A0 | 37 | 33 |
| Octal | 75 | 306 | 230 | 105 | 0 | 27 | 26 | 240 | 67 | 63 |
| Binary | 111101 | 11000110 | 10011000 | 1000101 | 0 | 10111 | 10110 | 10100000 | 110111 | 110011 |
Color Harmonies of #3DC698
Complementary color
Monochromatic Colors of #3DC698
Black with #3DC698
Text Example
Text Example
White with #3DC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC698; }
p { color: rgb(61,198,152); }
H1.HeaderClassName
{
color: #3DC698;
}
.AnyTagClassName
{
color: #3DC698;
}
</style>
background-color css
<style>
a { background-color: #3DC698; }
a { background-color: rgb(61,198,152); }
div.DivClassName
{
background-color: #3DC698;
}
.BgClassName
{
background-color: #3DC698;
}
</style>
border-color css
<style>
span { border-color: #3DC698; }
span { border-color: rgb(61,198,152); }
td.TdClassName
{
border-color: #3DC698;
}
.TagClassName
{
border-color: #3DC698;
}
</style>