Shades of Shamrock #3BD698
Tints of Shamrock #3BD698
RGB
CMYK
RGB Variations
Color information
#3BD698 (or 0x3BD698) is known color: Shamrock. HEX triplet: 3B, D6 and 98. RGB value is (59,214,152). Sum of RGB (Red+Green+Blue) = 59+214+152=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD698 is #C42967. Grayscale: #A0A0A0. Windows color (decimal): -12855656 or 10016315. OLE color: 10016315.
HSL color Cylindrical-coordinate representation of color #3BD698: hue angle of 156º 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 #3BD698 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 152 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.16 |
| HSL | 156º | 0.65% | 0.54% | - |
| HSV(B) | 156º | 0.72% | 0.84% | - |
| XYZ | 31.52 | 51.29 | 37.94 | - |
| YUV | 160.59 | 123.15 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 152 | 0.72 | 0 | 0.29 | 0.16 | 156 | 0.65 | 0.54 |
| Hex | 3B | D6 | 98 | 48 | 0 | 1D | 10 | 9C | 41 | 36 |
| Octal | 73 | 326 | 230 | 110 | 0 | 35 | 20 | 234 | 101 | 66 |
| Binary | 111011 | 11010110 | 10011000 | 1001000 | 0 | 11101 | 10000 | 10011100 | 1000001 | 110110 |
Color Harmonies of #3BD698
Complementary color
Monochromatic Colors of #3BD698
Black with #3BD698
Text Example
Text Example
White with #3BD698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD698; }
p { color: rgb(59,214,152); }
H1.HeaderClassName
{
color: #3BD698;
}
.AnyTagClassName
{
color: #3BD698;
}
</style>
background-color css
<style>
a { background-color: #3BD698; }
a { background-color: rgb(59,214,152); }
div.DivClassName
{
background-color: #3BD698;
}
.BgClassName
{
background-color: #3BD698;
}
</style>
border-color css
<style>
span { border-color: #3BD698; }
span { border-color: rgb(59,214,152); }
td.TdClassName
{
border-color: #3BD698;
}
.TagClassName
{
border-color: #3BD698;
}
</style>