Shades of Shamrock #3BC885
Tints of Shamrock #3BC885
RGB
CMYK
RGB Variations
Color information
#3BC885 (or 0x3BC885) is known color: Shamrock. HEX triplet: 3B, C8 and 85. RGB value is (59,200,133). Sum of RGB (Red+Green+Blue) = 59+200+133=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC885 is #C4377A. Grayscale: #969696. Windows color (decimal): -12859259 or 8767547. OLE color: 8767547.
HSL color Cylindrical-coordinate representation of color #3BC885: hue angle of 151.49º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC885 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 133 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.22 |
| HSL | 151.49º | 0.56% | 0.51% | - |
| HSV(B) | 151.49º | 0.71% | 0.78% | - |
| XYZ | 26.69 | 43.93 | 29.26 | - |
| YUV | 150.2 | 118.29 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 133 | 0.70 | 0 | 0.34 | 0.22 | 151.49 | 0.56 | 0.51 |
| Hex | 3B | C8 | 85 | 46 | 0 | 22 | 16 | 97 | 38 | 33 |
| Octal | 73 | 310 | 205 | 106 | 0 | 42 | 26 | 227 | 70 | 63 |
| Binary | 111011 | 11001000 | 10000101 | 1000110 | 0 | 100010 | 10110 | 10010111 | 111000 | 110011 |
Color Harmonies of #3BC885
Complementary color
Monochromatic Colors of #3BC885
Black with #3BC885
Text Example
Text Example
White with #3BC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC885; }
p { color: rgb(59,200,133); }
H1.HeaderClassName
{
color: #3BC885;
}
.AnyTagClassName
{
color: #3BC885;
}
</style>
background-color css
<style>
a { background-color: #3BC885; }
a { background-color: rgb(59,200,133); }
div.DivClassName
{
background-color: #3BC885;
}
.BgClassName
{
background-color: #3BC885;
}
</style>
border-color css
<style>
span { border-color: #3BC885; }
span { border-color: rgb(59,200,133); }
td.TdClassName
{
border-color: #3BC885;
}
.TagClassName
{
border-color: #3BC885;
}
</style>