Shades of Shamrock #31C584
Tints of Shamrock #31C584
RGB
CMYK
RGB Variations
Color information
#31C584 (or 0x31C584) is known color: Shamrock. HEX triplet: 31, C5 and 84. RGB value is (49,197,132). Sum of RGB (Red+Green+Blue) = 49+197+132=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #31C584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C584 is #CE3A7B. Grayscale: #919191. Windows color (decimal): -13515388 or 8701233. OLE color: 8701233.
HSL color Cylindrical-coordinate representation of color #31C584: hue angle of 153.65º 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 #31C584 is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 132 | - |
| CMYK | 0.75 | 0 | 0.33 | 0.23 |
| HSL | 153.65º | 0.6% | 0.48% | - |
| HSV(B) | 153.65º | 0.75% | 0.77% | - |
| XYZ | 25.4 | 42.25 | 28.65 | - |
| YUV | 145.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 132 | 0.75 | 0 | 0.33 | 0.23 | 153.65 | 0.6 | 0.48 |
| Hex | 31 | C5 | 84 | 4B | 0 | 21 | 17 | 9A | 3C | 30 |
| Octal | 61 | 305 | 204 | 113 | 0 | 41 | 27 | 232 | 74 | 60 |
| Binary | 110001 | 11000101 | 10000100 | 1001011 | 0 | 100001 | 10111 | 10011010 | 111100 | 110000 |
Color Harmonies of #31C584
Complementary color
Monochromatic Colors of #31C584
Black with #31C584
Text Example
Text Example
White with #31C584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C584; }
p { color: rgb(49,197,132); }
H1.HeaderClassName
{
color: #31C584;
}
.AnyTagClassName
{
color: #31C584;
}
</style>
background-color css
<style>
a { background-color: #31C584; }
a { background-color: rgb(49,197,132); }
div.DivClassName
{
background-color: #31C584;
}
.BgClassName
{
background-color: #31C584;
}
</style>
border-color css
<style>
span { border-color: #31C584; }
span { border-color: rgb(49,197,132); }
td.TdClassName
{
border-color: #31C584;
}
.TagClassName
{
border-color: #31C584;
}
</style>