Shades of Shamrock #3BD798
Tints of Shamrock #3BD798
RGB
CMYK
RGB Variations
Color information
#3BD798 (or 0x3BD798) is known color: Shamrock. HEX triplet: 3B, D7 and 98. RGB value is (59,215,152). Sum of RGB (Red+Green+Blue) = 59+215+152=426 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.85% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD798 is #C42867. Grayscale: #A1A1A1. Windows color (decimal): -12855400 or 10016571. OLE color: 10016571.
HSL color Cylindrical-coordinate representation of color #3BD798: hue angle of 155.77º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD798 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 152 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.16 |
| HSL | 155.77º | 0.66% | 0.54% | - |
| HSV(B) | 155.77º | 0.73% | 0.84% | - |
| XYZ | 31.77 | 51.8 | 38.03 | - |
| YUV | 161.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 152 | 0.73 | 0 | 0.29 | 0.16 | 155.77 | 0.66 | 0.54 |
| Hex | 3B | D7 | 98 | 49 | 0 | 1D | 10 | 9C | 42 | 36 |
| Octal | 73 | 327 | 230 | 111 | 0 | 35 | 20 | 234 | 102 | 66 |
| Binary | 111011 | 11010111 | 10011000 | 1001001 | 0 | 11101 | 10000 | 10011100 | 1000010 | 110110 |
Color Harmonies of #3BD798
Complementary color
Monochromatic Colors of #3BD798
Black with #3BD798
Text Example
Text Example
White with #3BD798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD798; }
p { color: rgb(59,215,152); }
H1.HeaderClassName
{
color: #3BD798;
}
.AnyTagClassName
{
color: #3BD798;
}
</style>
background-color css
<style>
a { background-color: #3BD798; }
a { background-color: rgb(59,215,152); }
div.DivClassName
{
background-color: #3BD798;
}
.BgClassName
{
background-color: #3BD798;
}
</style>
border-color css
<style>
span { border-color: #3BD798; }
span { border-color: rgb(59,215,152); }
td.TdClassName
{
border-color: #3BD798;
}
.TagClassName
{
border-color: #3BD798;
}
</style>