Shades of Shamrock #3BC794
Tints of Shamrock #3BC794
RGB
CMYK
RGB Variations
Color information
#3BC794 (or 0x3BC794) is known color: Shamrock. HEX triplet: 3B, C7 and 94. RGB value is (59,199,148). Sum of RGB (Red+Green+Blue) = 59+199+148=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC794 is #C4386B. Grayscale: #979797. Windows color (decimal): -12859500 or 9750331. OLE color: 9750331.
HSL color Cylindrical-coordinate representation of color #3BC794: hue angle of 158.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC794 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 148 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.22 |
| HSL | 158.14º | 0.56% | 0.51% | - |
| HSV(B) | 158.14º | 0.7% | 0.78% | - |
| XYZ | 27.57 | 43.91 | 35.04 | - |
| YUV | 151.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 148 | 0.70 | 0 | 0.26 | 0.22 | 158.14 | 0.56 | 0.51 |
| Hex | 3B | C7 | 94 | 46 | 0 | 1A | 16 | 9E | 38 | 33 |
| Octal | 73 | 307 | 224 | 106 | 0 | 32 | 26 | 236 | 70 | 63 |
| Binary | 111011 | 11000111 | 10010100 | 1000110 | 0 | 11010 | 10110 | 10011110 | 111000 | 110011 |
Color Harmonies of #3BC794
Complementary color
Monochromatic Colors of #3BC794
Black with #3BC794
Text Example
Text Example
White with #3BC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC794; }
p { color: rgb(59,199,148); }
H1.HeaderClassName
{
color: #3BC794;
}
.AnyTagClassName
{
color: #3BC794;
}
</style>
background-color css
<style>
a { background-color: #3BC794; }
a { background-color: rgb(59,199,148); }
div.DivClassName
{
background-color: #3BC794;
}
.BgClassName
{
background-color: #3BC794;
}
</style>
border-color css
<style>
span { border-color: #3BC794; }
span { border-color: rgb(59,199,148); }
td.TdClassName
{
border-color: #3BC794;
}
.TagClassName
{
border-color: #3BC794;
}
</style>