Shades of Shamrock #3BC08D
Tints of Shamrock #3BC08D
RGB
CMYK
RGB Variations
Color information
#3BC08D (or 0x3BC08D) is known color: Shamrock. HEX triplet: 3B, C0 and 8D. RGB value is (59,192,141). Sum of RGB (Red+Green+Blue) = 59+192+141=392 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.05% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC08D is #C43F72. Grayscale: #929292. Windows color (decimal): -12861299 or 9289787. OLE color: 9289787.
HSL color Cylindrical-coordinate representation of color #3BC08D: hue angle of 156.99º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC08D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 141 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.25 |
| HSL | 156.99º | 0.53% | 0.49% | - |
| HSV(B) | 156.99º | 0.69% | 0.75% | - |
| XYZ | 25.46 | 40.55 | 31.68 | - |
| YUV | 146.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 141 | 0.69 | 0 | 0.27 | 0.25 | 156.99 | 0.53 | 0.49 |
| Hex | 3B | C0 | 8D | 45 | 0 | 1B | 19 | 9D | 35 | 31 |
| Octal | 73 | 300 | 215 | 105 | 0 | 33 | 31 | 235 | 65 | 61 |
| Binary | 111011 | 11000000 | 10001101 | 1000101 | 0 | 11011 | 11001 | 10011101 | 110101 | 110001 |
Color Harmonies of #3BC08D
Complementary color
Monochromatic Colors of #3BC08D
Black with #3BC08D
Text Example
Text Example
White with #3BC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC08D; }
p { color: rgb(59,192,141); }
H1.HeaderClassName
{
color: #3BC08D;
}
.AnyTagClassName
{
color: #3BC08D;
}
</style>
background-color css
<style>
a { background-color: #3BC08D; }
a { background-color: rgb(59,192,141); }
div.DivClassName
{
background-color: #3BC08D;
}
.BgClassName
{
background-color: #3BC08D;
}
</style>
border-color css
<style>
span { border-color: #3BC08D; }
span { border-color: rgb(59,192,141); }
td.TdClassName
{
border-color: #3BC08D;
}
.TagClassName
{
border-color: #3BC08D;
}
</style>