Shades of Shamrock #31C592
Tints of Shamrock #31C592
RGB
CMYK
RGB Variations
Color information
#31C592 (or 0x31C592) is known color: Shamrock. HEX triplet: 31, C5 and 92. RGB value is (49,197,146). Sum of RGB (Red+Green+Blue) = 49+197+146=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #31C592 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C592 is #CE3A6D. Grayscale: #929292. Windows color (decimal): -13515374 or 9618737. OLE color: 9618737.
HSL color Cylindrical-coordinate representation of color #31C592: hue angle of 159.32º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C592 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 146 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.23 |
| HSL | 159.32º | 0.6% | 0.48% | - |
| HSV(B) | 159.32º | 0.75% | 0.77% | - |
| XYZ | 26.42 | 42.66 | 34.04 | - |
| YUV | 146.93 | 127.47 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 146 | 0.75 | 0 | 0.26 | 0.23 | 159.32 | 0.6 | 0.48 |
| Hex | 31 | C5 | 92 | 4B | 0 | 1A | 17 | 9F | 3C | 30 |
| Octal | 61 | 305 | 222 | 113 | 0 | 32 | 27 | 237 | 74 | 60 |
| Binary | 110001 | 11000101 | 10010010 | 1001011 | 0 | 11010 | 10111 | 10011111 | 111100 | 110000 |
Color Harmonies of #31C592
Complementary color
Monochromatic Colors of #31C592
Black with #31C592
Text Example
Text Example
White with #31C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C592; }
p { color: rgb(49,197,146); }
H1.HeaderClassName
{
color: #31C592;
}
.AnyTagClassName
{
color: #31C592;
}
</style>
background-color css
<style>
a { background-color: #31C592; }
a { background-color: rgb(49,197,146); }
div.DivClassName
{
background-color: #31C592;
}
.BgClassName
{
background-color: #31C592;
}
</style>
border-color css
<style>
span { border-color: #31C592; }
span { border-color: rgb(49,197,146); }
td.TdClassName
{
border-color: #31C592;
}
.TagClassName
{
border-color: #31C592;
}
</style>