Shades of Shamrock #3BC788
Tints of Shamrock #3BC788
RGB
CMYK
RGB Variations
Color information
#3BC788 (or 0x3BC788) is known color: Shamrock. HEX triplet: 3B, C7 and 88. RGB value is (59,199,136). Sum of RGB (Red+Green+Blue) = 59+199+136=394 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.97% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC788 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC788 is #C43877. Grayscale: #969696. Windows color (decimal): -12859512 or 8963899. OLE color: 8963899.
HSL color Cylindrical-coordinate representation of color #3BC788: hue angle of 153º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC788 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 136 | - |
| CMYK | 0.70 | 0 | 0.32 | 0.22 |
| HSL | 153º | 0.56% | 0.51% | - |
| HSV(B) | 153º | 0.7% | 0.78% | - |
| XYZ | 26.67 | 43.55 | 30.29 | - |
| YUV | 149.96 | 120.12 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 136 | 0.70 | 0 | 0.32 | 0.22 | 153 | 0.56 | 0.51 |
| Hex | 3B | C7 | 88 | 46 | 0 | 20 | 16 | 99 | 38 | 33 |
| Octal | 73 | 307 | 210 | 106 | 0 | 40 | 26 | 231 | 70 | 63 |
| Binary | 111011 | 11000111 | 10001000 | 1000110 | 0 | 100000 | 10110 | 10011001 | 111000 | 110011 |
Color Harmonies of #3BC788
Complementary color
Monochromatic Colors of #3BC788
Black with #3BC788
Text Example
Text Example
White with #3BC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC788; }
p { color: rgb(59,199,136); }
H1.HeaderClassName
{
color: #3BC788;
}
.AnyTagClassName
{
color: #3BC788;
}
</style>
background-color css
<style>
a { background-color: #3BC788; }
a { background-color: rgb(59,199,136); }
div.DivClassName
{
background-color: #3BC788;
}
.BgClassName
{
background-color: #3BC788;
}
</style>
border-color css
<style>
span { border-color: #3BC788; }
span { border-color: rgb(59,199,136); }
td.TdClassName
{
border-color: #3BC788;
}
.TagClassName
{
border-color: #3BC788;
}
</style>