Shades of Shamrock #31D18B
Tints of Shamrock #31D18B
RGB
CMYK
RGB Variations
Color information
#31D18B (or 0x31D18B) is known color: Shamrock. HEX triplet: 31, D1 and 8B. RGB value is (49,209,139). Sum of RGB (Red+Green+Blue) = 49+209+139=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #31D18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D18B is #CE2E74. Grayscale: #999999. Windows color (decimal): -13512309 or 9163057. OLE color: 9163057.
HSL color Cylindrical-coordinate representation of color #31D18B: hue angle of 153.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D18B is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 209 | 139 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.18 |
| HSL | 153.75º | 0.63% | 0.51% | - |
| HSV(B) | 153.75º | 0.77% | 0.82% | - |
| XYZ | 28.73 | 48.12 | 32.2 | - |
| YUV | 153.18 | 119.99 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 139 | 0.77 | 0 | 0.33 | 0.18 | 153.75 | 0.63 | 0.51 |
| Hex | 31 | D1 | 8B | 4D | 0 | 21 | 12 | 9A | 3F | 33 |
| Octal | 61 | 321 | 213 | 115 | 0 | 41 | 22 | 232 | 77 | 63 |
| Binary | 110001 | 11010001 | 10001011 | 1001101 | 0 | 100001 | 10010 | 10011010 | 111111 | 110011 |
Color Harmonies of #31D18B
Complementary color
Monochromatic Colors of #31D18B
Black with #31D18B
Text Example
Text Example
White with #31D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D18B; }
p { color: rgb(49,209,139); }
H1.HeaderClassName
{
color: #31D18B;
}
.AnyTagClassName
{
color: #31D18B;
}
</style>
background-color css
<style>
a { background-color: #31D18B; }
a { background-color: rgb(49,209,139); }
div.DivClassName
{
background-color: #31D18B;
}
.BgClassName
{
background-color: #31D18B;
}
</style>
border-color css
<style>
span { border-color: #31D18B; }
span { border-color: rgb(49,209,139); }
td.TdClassName
{
border-color: #31D18B;
}
.TagClassName
{
border-color: #31D18B;
}
</style>