Shades of Shamrock #3BD59C
Tints of Shamrock #3BD59C
RGB
CMYK
RGB Variations
Color information
#3BD59C (or 0x3BD59C) is known color: Shamrock. HEX triplet: 3B, D5 and 9C. RGB value is (59,213,156). Sum of RGB (Red+Green+Blue) = 59+213+156=428 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.79% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD59C is #C42A63. Grayscale: #A0A0A0. Windows color (decimal): -12855908 or 10278203. OLE color: 10278203.
HSL color Cylindrical-coordinate representation of color #3BD59C: hue angle of 157.79º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD59C is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 213 | 156 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.16 |
| HSL | 157.79º | 0.65% | 0.53% | - |
| HSV(B) | 157.79º | 0.72% | 0.84% | - |
| XYZ | 31.6 | 50.92 | 39.62 | - |
| YUV | 160.46 | 125.48 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 156 | 0.72 | 0 | 0.27 | 0.16 | 157.79 | 0.65 | 0.53 |
| Hex | 3B | D5 | 9C | 48 | 0 | 1B | 10 | 9E | 41 | 35 |
| Octal | 73 | 325 | 234 | 110 | 0 | 33 | 20 | 236 | 101 | 65 |
| Binary | 111011 | 11010101 | 10011100 | 1001000 | 0 | 11011 | 10000 | 10011110 | 1000001 | 110101 |
Color Harmonies of #3BD59C
Complementary color
Monochromatic Colors of #3BD59C
Black with #3BD59C
Text Example
Text Example
White with #3BD59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD59C; }
p { color: rgb(59,213,156); }
H1.HeaderClassName
{
color: #3BD59C;
}
.AnyTagClassName
{
color: #3BD59C;
}
</style>
background-color css
<style>
a { background-color: #3BD59C; }
a { background-color: rgb(59,213,156); }
div.DivClassName
{
background-color: #3BD59C;
}
.BgClassName
{
background-color: #3BD59C;
}
</style>
border-color css
<style>
span { border-color: #3BD59C; }
span { border-color: rgb(59,213,156); }
td.TdClassName
{
border-color: #3BD59C;
}
.TagClassName
{
border-color: #3BD59C;
}
</style>