Shades of Shamrock #3DC488
Tints of Shamrock #3DC488
RGB
CMYK
RGB Variations
Color information
#3DC488 (or 0x3DC488) is known color: Shamrock. HEX triplet: 3D, C4 and 88. RGB value is (61,196,136). Sum of RGB (Red+Green+Blue) = 61+196+136=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC488 is #C23B77. Grayscale: #949494. Windows color (decimal): -12729208 or 8963133. OLE color: 8963133.
HSL color Cylindrical-coordinate representation of color #3DC488: hue angle of 153.33º 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 #3DC488 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 136 | - |
| CMYK | 0.69 | 0 | 0.31 | 0.23 |
| HSL | 153.33º | 0.53% | 0.5% | - |
| HSV(B) | 153.33º | 0.69% | 0.77% | - |
| XYZ | 26.11 | 42.25 | 30.07 | - |
| YUV | 148.8 | 120.77 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 136 | 0.69 | 0 | 0.31 | 0.23 | 153.33 | 0.53 | 0.5 |
| Hex | 3D | C4 | 88 | 45 | 0 | 1F | 17 | 99 | 35 | 32 |
| Octal | 75 | 304 | 210 | 105 | 0 | 37 | 27 | 231 | 65 | 62 |
| Binary | 111101 | 11000100 | 10001000 | 1000101 | 0 | 11111 | 10111 | 10011001 | 110101 | 110010 |
Color Harmonies of #3DC488
Complementary color
Monochromatic Colors of #3DC488
Black with #3DC488
Text Example
Text Example
White with #3DC488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC488; }
p { color: rgb(61,196,136); }
H1.HeaderClassName
{
color: #3DC488;
}
.AnyTagClassName
{
color: #3DC488;
}
</style>
background-color css
<style>
a { background-color: #3DC488; }
a { background-color: rgb(61,196,136); }
div.DivClassName
{
background-color: #3DC488;
}
.BgClassName
{
background-color: #3DC488;
}
</style>
border-color css
<style>
span { border-color: #3DC488; }
span { border-color: rgb(61,196,136); }
td.TdClassName
{
border-color: #3DC488;
}
.TagClassName
{
border-color: #3DC488;
}
</style>