Shades of Shamrock #3BD697
Tints of Shamrock #3BD697
RGB
CMYK
RGB Variations
Color information
#3BD697 (or 0x3BD697) is known color: Shamrock. HEX triplet: 3B, D6 and 97. RGB value is (59,214,151). Sum of RGB (Red+Green+Blue) = 59+214+151=424 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.92% from 424); Green value is 214 (83.98% from 255 or 50.47% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD697 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD697 is #C42968. Grayscale: #A0A0A0. Windows color (decimal): -12855657 or 9950779. OLE color: 9950779.
HSL color Cylindrical-coordinate representation of color #3BD697: hue angle of 155.61º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD697 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 151 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.16 |
| HSL | 155.61º | 0.65% | 0.54% | - |
| HSV(B) | 155.61º | 0.72% | 0.84% | - |
| XYZ | 31.44 | 51.26 | 37.51 | - |
| YUV | 160.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 151 | 0.72 | 0 | 0.29 | 0.16 | 155.61 | 0.65 | 0.54 |
| Hex | 3B | D6 | 97 | 48 | 0 | 1D | 10 | 9C | 41 | 36 |
| Octal | 73 | 326 | 227 | 110 | 0 | 35 | 20 | 234 | 101 | 66 |
| Binary | 111011 | 11010110 | 10010111 | 1001000 | 0 | 11101 | 10000 | 10011100 | 1000001 | 110110 |
Color Harmonies of #3BD697
Complementary color
Monochromatic Colors of #3BD697
Black with #3BD697
Text Example
Text Example
White with #3BD697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD697; }
p { color: rgb(59,214,151); }
H1.HeaderClassName
{
color: #3BD697;
}
.AnyTagClassName
{
color: #3BD697;
}
</style>
background-color css
<style>
a { background-color: #3BD697; }
a { background-color: rgb(59,214,151); }
div.DivClassName
{
background-color: #3BD697;
}
.BgClassName
{
background-color: #3BD697;
}
</style>
border-color css
<style>
span { border-color: #3BD697; }
span { border-color: rgb(59,214,151); }
td.TdClassName
{
border-color: #3BD697;
}
.TagClassName
{
border-color: #3BD697;
}
</style>