Shades of Shamrock #31C494
Tints of Shamrock #31C494
RGB
CMYK
RGB Variations
Color information
#31C494 (or 0x31C494) is known color: Shamrock. HEX triplet: 31, C4 and 94. RGB value is (49,196,148). Sum of RGB (Red+Green+Blue) = 49+196+148=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #31C494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C494 is #CE3B6B. Grayscale: #929292. Windows color (decimal): -13515628 or 9749553. OLE color: 9749553.
HSL color Cylindrical-coordinate representation of color #31C494: hue angle of 160.41º 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 #31C494 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 148 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.23 |
| HSL | 160.41º | 0.6% | 0.48% | - |
| HSV(B) | 160.41º | 0.75% | 0.77% | - |
| XYZ | 26.35 | 42.27 | 34.79 | - |
| YUV | 146.58 | 128.8 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 148 | 0.75 | 0 | 0.24 | 0.23 | 160.41 | 0.6 | 0.48 |
| Hex | 31 | C4 | 94 | 4B | 0 | 18 | 17 | A0 | 3C | 30 |
| Octal | 61 | 304 | 224 | 113 | 0 | 30 | 27 | 240 | 74 | 60 |
| Binary | 110001 | 11000100 | 10010100 | 1001011 | 0 | 11000 | 10111 | 10100000 | 111100 | 110000 |
Color Harmonies of #31C494
Complementary color
Monochromatic Colors of #31C494
Black with #31C494
Text Example
Text Example
White with #31C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C494; }
p { color: rgb(49,196,148); }
H1.HeaderClassName
{
color: #31C494;
}
.AnyTagClassName
{
color: #31C494;
}
</style>
background-color css
<style>
a { background-color: #31C494; }
a { background-color: rgb(49,196,148); }
div.DivClassName
{
background-color: #31C494;
}
.BgClassName
{
background-color: #31C494;
}
</style>
border-color css
<style>
span { border-color: #31C494; }
span { border-color: rgb(49,196,148); }
td.TdClassName
{
border-color: #31C494;
}
.TagClassName
{
border-color: #31C494;
}
</style>