Shades of Shamrock #31C581
Tints of Shamrock #31C581
RGB
CMYK
RGB Variations
Color information
#31C581 (or 0x31C581) is known color: Shamrock. HEX triplet: 31, C5 and 81. RGB value is (49,197,129). Sum of RGB (Red+Green+Blue) = 49+197+129=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #31C581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C581 is #CE3A7E. Grayscale: #919191. Windows color (decimal): -13515391 or 8504625. OLE color: 8504625.
HSL color Cylindrical-coordinate representation of color #31C581: hue angle of 152.43º 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 #31C581 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 129 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.23 |
| HSL | 152.43º | 0.6% | 0.48% | - |
| HSV(B) | 152.43º | 0.75% | 0.77% | - |
| XYZ | 25.2 | 42.17 | 27.58 | - |
| YUV | 145 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 129 | 0.75 | 0 | 0.35 | 0.23 | 152.43 | 0.6 | 0.48 |
| Hex | 31 | C5 | 81 | 4B | 0 | 23 | 17 | 98 | 3C | 30 |
| Octal | 61 | 305 | 201 | 113 | 0 | 43 | 27 | 230 | 74 | 60 |
| Binary | 110001 | 11000101 | 10000001 | 1001011 | 0 | 100011 | 10111 | 10011000 | 111100 | 110000 |
Color Harmonies of #31C581
Complementary color
Monochromatic Colors of #31C581
Black with #31C581
Text Example
Text Example
White with #31C581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C581; }
p { color: rgb(49,197,129); }
H1.HeaderClassName
{
color: #31C581;
}
.AnyTagClassName
{
color: #31C581;
}
</style>
background-color css
<style>
a { background-color: #31C581; }
a { background-color: rgb(49,197,129); }
div.DivClassName
{
background-color: #31C581;
}
.BgClassName
{
background-color: #31C581;
}
</style>
border-color css
<style>
span { border-color: #31C581; }
span { border-color: rgb(49,197,129); }
td.TdClassName
{
border-color: #31C581;
}
.TagClassName
{
border-color: #31C581;
}
</style>