Shades of Shamrock #3BC685
Tints of Shamrock #3BC685
RGB
CMYK
RGB Variations
Color information
#3BC685 (or 0x3BC685) is known color: Shamrock. HEX triplet: 3B, C6 and 85. RGB value is (59,198,133). Sum of RGB (Red+Green+Blue) = 59+198+133=390 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.13% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC685 is #C4397A. Grayscale: #959595. Windows color (decimal): -12859771 or 8767035. OLE color: 8767035.
HSL color Cylindrical-coordinate representation of color #3BC685: hue angle of 151.94º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC685 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 133 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.22 |
| HSL | 151.94º | 0.55% | 0.5% | - |
| HSV(B) | 151.94º | 0.7% | 0.78% | - |
| XYZ | 26.23 | 43.01 | 29.11 | - |
| YUV | 149.03 | 118.95 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 133 | 0.70 | 0 | 0.33 | 0.22 | 151.94 | 0.55 | 0.5 |
| Hex | 3B | C6 | 85 | 46 | 0 | 21 | 16 | 98 | 37 | 32 |
| Octal | 73 | 306 | 205 | 106 | 0 | 41 | 26 | 230 | 67 | 62 |
| Binary | 111011 | 11000110 | 10000101 | 1000110 | 0 | 100001 | 10110 | 10011000 | 110111 | 110010 |
Color Harmonies of #3BC685
Complementary color
Monochromatic Colors of #3BC685
Black with #3BC685
Text Example
Text Example
White with #3BC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC685; }
p { color: rgb(59,198,133); }
H1.HeaderClassName
{
color: #3BC685;
}
.AnyTagClassName
{
color: #3BC685;
}
</style>
background-color css
<style>
a { background-color: #3BC685; }
a { background-color: rgb(59,198,133); }
div.DivClassName
{
background-color: #3BC685;
}
.BgClassName
{
background-color: #3BC685;
}
</style>
border-color css
<style>
span { border-color: #3BC685; }
span { border-color: rgb(59,198,133); }
td.TdClassName
{
border-color: #3BC685;
}
.TagClassName
{
border-color: #3BC685;
}
</style>