Shades of Shamrock #3DBC92
Tints of Shamrock #3DBC92
RGB
CMYK
RGB Variations
Color information
#3DBC92 (or 0x3DBC92) is known color: Shamrock. HEX triplet: 3D, BC and 92. RGB value is (61,188,146). Sum of RGB (Red+Green+Blue) = 61+188+146=395 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.44% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBC92 is #C2436D. Grayscale: #919191. Windows color (decimal): -12731246 or 9616445. OLE color: 9616445.
HSL color Cylindrical-coordinate representation of color #3DBC92: hue angle of 160.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC92 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 146 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.26 |
| HSL | 160.16º | 0.51% | 0.49% | - |
| HSV(B) | 160.16º | 0.68% | 0.74% | - |
| XYZ | 25.1 | 39.03 | 33.41 | - |
| YUV | 145.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 146 | 0.68 | 0 | 0.22 | 0.26 | 160.16 | 0.51 | 0.49 |
| Hex | 3D | BC | 92 | 44 | 0 | 16 | 1A | A0 | 33 | 31 |
| Octal | 75 | 274 | 222 | 104 | 0 | 26 | 32 | 240 | 63 | 61 |
| Binary | 111101 | 10111100 | 10010010 | 1000100 | 0 | 10110 | 11010 | 10100000 | 110011 | 110001 |
Color Harmonies of #3DBC92
Complementary color
Monochromatic Colors of #3DBC92
Black with #3DBC92
Text Example
Text Example
White with #3DBC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC92; }
p { color: rgb(61,188,146); }
H1.HeaderClassName
{
color: #3DBC92;
}
.AnyTagClassName
{
color: #3DBC92;
}
</style>
background-color css
<style>
a { background-color: #3DBC92; }
a { background-color: rgb(61,188,146); }
div.DivClassName
{
background-color: #3DBC92;
}
.BgClassName
{
background-color: #3DBC92;
}
</style>
border-color css
<style>
span { border-color: #3DBC92; }
span { border-color: rgb(61,188,146); }
td.TdClassName
{
border-color: #3DBC92;
}
.TagClassName
{
border-color: #3DBC92;
}
</style>