Shades of Shamrock #3BD494
Tints of Shamrock #3BD494
RGB
CMYK
RGB Variations
Color information
#3BD494 (or 0x3BD494) is known color: Shamrock. HEX triplet: 3B, D4 and 94. RGB value is (59,212,148). Sum of RGB (Red+Green+Blue) = 59+212+148=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD494 is #C42B6B. Grayscale: #9F9F9F. Windows color (decimal): -12856172 or 9753659. OLE color: 9753659.
HSL color Cylindrical-coordinate representation of color #3BD494: hue angle of 154.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD494 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 59 | 212 | 148 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.17 |
| HSL | 154.9º | 0.64% | 0.53% | - |
| HSV(B) | 154.9º | 0.72% | 0.83% | - |
| XYZ | 30.69 | 50.15 | 36.08 | - |
| YUV | 158.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 212 | 148 | 0.72 | 0 | 0.30 | 0.17 | 154.9 | 0.64 | 0.53 |
| Hex | 3B | D4 | 94 | 48 | 0 | 1E | 11 | 9B | 40 | 35 |
| Octal | 73 | 324 | 224 | 110 | 0 | 36 | 21 | 233 | 100 | 65 |
| Binary | 111011 | 11010100 | 10010100 | 1001000 | 0 | 11110 | 10001 | 10011011 | 1000000 | 110101 |
Color Harmonies of #3BD494
Complementary color
Monochromatic Colors of #3BD494
Black with #3BD494
Text Example
Text Example
White with #3BD494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD494; }
p { color: rgb(59,212,148); }
H1.HeaderClassName
{
color: #3BD494;
}
.AnyTagClassName
{
color: #3BD494;
}
</style>
background-color css
<style>
a { background-color: #3BD494; }
a { background-color: rgb(59,212,148); }
div.DivClassName
{
background-color: #3BD494;
}
.BgClassName
{
background-color: #3BD494;
}
</style>
border-color css
<style>
span { border-color: #3BD494; }
span { border-color: rgb(59,212,148); }
td.TdClassName
{
border-color: #3BD494;
}
.TagClassName
{
border-color: #3BD494;
}
</style>