Shades of Shamrock #3BD992
Tints of Shamrock #3BD992
RGB
CMYK
RGB Variations
Color information
#3BD992 (or 0x3BD992) is known color: Shamrock. HEX triplet: 3B, D9 and 92. RGB value is (59,217,146). Sum of RGB (Red+Green+Blue) = 59+217+146=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 217 (85.16% from 255 or 51.42% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD992 is #C4266D. Grayscale: #A1A1A1. Windows color (decimal): -12854894 or 9623867. OLE color: 9623867.
HSL color Cylindrical-coordinate representation of color #3BD992: hue angle of 153.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD992 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 59 | 217 | 146 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.15 |
| HSL | 153.04º | 0.68% | 0.54% | - |
| HSV(B) | 153.04º | 0.73% | 0.85% | - |
| XYZ | 31.8 | 52.63 | 35.68 | - |
| YUV | 161.66 | 119.15 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 217 | 146 | 0.73 | 0 | 0.33 | 0.15 | 153.04 | 0.68 | 0.54 |
| Hex | 3B | D9 | 92 | 49 | 0 | 21 | F | 99 | 44 | 36 |
| Octal | 73 | 331 | 222 | 111 | 0 | 41 | 17 | 231 | 104 | 66 |
| Binary | 111011 | 11011001 | 10010010 | 1001001 | 0 | 100001 | 1111 | 10011001 | 1000100 | 110110 |
Color Harmonies of #3BD992
Complementary color
Monochromatic Colors of #3BD992
Black with #3BD992
Text Example
Text Example
White with #3BD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD992; }
p { color: rgb(59,217,146); }
H1.HeaderClassName
{
color: #3BD992;
}
.AnyTagClassName
{
color: #3BD992;
}
</style>
background-color css
<style>
a { background-color: #3BD992; }
a { background-color: rgb(59,217,146); }
div.DivClassName
{
background-color: #3BD992;
}
.BgClassName
{
background-color: #3BD992;
}
</style>
border-color css
<style>
span { border-color: #3BD992; }
span { border-color: rgb(59,217,146); }
td.TdClassName
{
border-color: #3BD992;
}
.TagClassName
{
border-color: #3BD992;
}
</style>