Shades of Shamrock #3BF192
Tints of Shamrock #3BF192
RGB
CMYK
RGB Variations
Color information
#3BF192 (or 0x3BF192) is known color: Shamrock. HEX triplet: 3B, F1 and 92. RGB value is (59,241,146). Sum of RGB (Red+Green+Blue) = 59+241+146=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF192 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF192 is #C40E6D. Grayscale: #AFAFAF. Windows color (decimal): -12848750 or 9630011. OLE color: 9630011.
HSL color Cylindrical-coordinate representation of color #3BF192: hue angle of 148.68º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF192 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 146 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.05 |
| HSL | 148.68º | 0.87% | 0.59% | - |
| HSV(B) | 148.68º | 0.76% | 0.95% | - |
| XYZ | 38.45 | 65.92 | 37.89 | - |
| YUV | 175.75 | 111.2 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 146 | 0.76 | 0 | 0.39 | 0.05 | 148.68 | 0.87 | 0.59 |
| Hex | 3B | F1 | 92 | 4C | 0 | 27 | 5 | 95 | 57 | 3B |
| Octal | 73 | 361 | 222 | 114 | 0 | 47 | 5 | 225 | 127 | 73 |
| Binary | 111011 | 11110001 | 10010010 | 1001100 | 0 | 100111 | 101 | 10010101 | 1010111 | 111011 |
Color Harmonies of #3BF192
Complementary color
Monochromatic Colors of #3BF192
Black with #3BF192
Text Example
Text Example
White with #3BF192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF192; }
p { color: rgb(59,241,146); }
H1.HeaderClassName
{
color: #3BF192;
}
.AnyTagClassName
{
color: #3BF192;
}
</style>
background-color css
<style>
a { background-color: #3BF192; }
a { background-color: rgb(59,241,146); }
div.DivClassName
{
background-color: #3BF192;
}
.BgClassName
{
background-color: #3BF192;
}
</style>
border-color css
<style>
span { border-color: #3BF192; }
span { border-color: rgb(59,241,146); }
td.TdClassName
{
border-color: #3BF192;
}
.TagClassName
{
border-color: #3BF192;
}
</style>