Shades of Shamrock #3BD198
Tints of Shamrock #3BD198
RGB
CMYK
RGB Variations
Color information
#3BD198 (or 0x3BD198) is known color: Shamrock. HEX triplet: 3B, D1 and 98. RGB value is (59,209,152). Sum of RGB (Red+Green+Blue) = 59+209+152=420 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.05% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD198 is #C42E67. Grayscale: #9D9D9D. Windows color (decimal): -12856936 or 10015035. OLE color: 10015035.
HSL color Cylindrical-coordinate representation of color #3BD198: hue angle of 157.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD198 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 59 | 209 | 152 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.18 |
| HSL | 157.2º | 0.62% | 0.53% | - |
| HSV(B) | 157.2º | 0.72% | 0.82% | - |
| XYZ | 30.27 | 48.8 | 37.53 | - |
| YUV | 157.65 | 124.81 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 209 | 152 | 0.72 | 0 | 0.27 | 0.18 | 157.2 | 0.62 | 0.53 |
| Hex | 3B | D1 | 98 | 48 | 0 | 1B | 12 | 9D | 3E | 35 |
| Octal | 73 | 321 | 230 | 110 | 0 | 33 | 22 | 235 | 76 | 65 |
| Binary | 111011 | 11010001 | 10011000 | 1001000 | 0 | 11011 | 10010 | 10011101 | 111110 | 110101 |
Color Harmonies of #3BD198
Complementary color
Monochromatic Colors of #3BD198
Black with #3BD198
Text Example
Text Example
White with #3BD198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD198; }
p { color: rgb(59,209,152); }
H1.HeaderClassName
{
color: #3BD198;
}
.AnyTagClassName
{
color: #3BD198;
}
</style>
background-color css
<style>
a { background-color: #3BD198; }
a { background-color: rgb(59,209,152); }
div.DivClassName
{
background-color: #3BD198;
}
.BgClassName
{
background-color: #3BD198;
}
</style>
border-color css
<style>
span { border-color: #3BD198; }
span { border-color: rgb(59,209,152); }
td.TdClassName
{
border-color: #3BD198;
}
.TagClassName
{
border-color: #3BD198;
}
</style>