Shades of Shamrock #31C48D
Tints of Shamrock #31C48D
RGB
CMYK
RGB Variations
Color information
#31C48D (or 0x31C48D) is known color: Shamrock. HEX triplet: 31, C4 and 8D. RGB value is (49,196,141). Sum of RGB (Red+Green+Blue) = 49+196+141=386 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.69% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #31C48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C48D is #CE3B72. Grayscale: #919191. Windows color (decimal): -13515635 or 9290801. OLE color: 9290801.
HSL color Cylindrical-coordinate representation of color #31C48D: hue angle of 157.55º 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 #31C48D is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 141 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.23 |
| HSL | 157.55º | 0.6% | 0.48% | - |
| HSV(B) | 157.55º | 0.75% | 0.77% | - |
| XYZ | 25.81 | 42.06 | 31.96 | - |
| YUV | 145.78 | 125.3 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 141 | 0.75 | 0 | 0.28 | 0.23 | 157.55 | 0.6 | 0.48 |
| Hex | 31 | C4 | 8D | 4B | 0 | 1C | 17 | 9E | 3C | 30 |
| Octal | 61 | 304 | 215 | 113 | 0 | 34 | 27 | 236 | 74 | 60 |
| Binary | 110001 | 11000100 | 10001101 | 1001011 | 0 | 11100 | 10111 | 10011110 | 111100 | 110000 |
Color Harmonies of #31C48D
Complementary color
Monochromatic Colors of #31C48D
Black with #31C48D
Text Example
Text Example
White with #31C48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C48D; }
p { color: rgb(49,196,141); }
H1.HeaderClassName
{
color: #31C48D;
}
.AnyTagClassName
{
color: #31C48D;
}
</style>
background-color css
<style>
a { background-color: #31C48D; }
a { background-color: rgb(49,196,141); }
div.DivClassName
{
background-color: #31C48D;
}
.BgClassName
{
background-color: #31C48D;
}
</style>
border-color css
<style>
span { border-color: #31C48D; }
span { border-color: rgb(49,196,141); }
td.TdClassName
{
border-color: #31C48D;
}
.TagClassName
{
border-color: #31C48D;
}
</style>