Shades of Shamrock #31C692
Tints of Shamrock #31C692
RGB
CMYK
RGB Variations
Color information
#31C692 (or 0x31C692) is known color: Shamrock. HEX triplet: 31, C6 and 92. RGB value is (49,198,146). Sum of RGB (Red+Green+Blue) = 49+198+146=393 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.47% from 393); Green value is 198 (77.73% from 255 or 50.38% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 198 - color contains mainly: green. Hex color #31C692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C692 is #CE396D. Grayscale: #939393. Windows color (decimal): -13515118 or 9618993. OLE color: 9618993.
HSL color Cylindrical-coordinate representation of color #31C692: hue angle of 159.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C692 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 146 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.22 |
| HSL | 159.06º | 0.6% | 0.48% | - |
| HSV(B) | 159.06º | 0.75% | 0.78% | - |
| XYZ | 26.65 | 43.12 | 34.11 | - |
| YUV | 147.52 | 127.14 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 146 | 0.75 | 0 | 0.26 | 0.22 | 159.06 | 0.6 | 0.48 |
| Hex | 31 | C6 | 92 | 4B | 0 | 1A | 16 | 9F | 3C | 30 |
| Octal | 61 | 306 | 222 | 113 | 0 | 32 | 26 | 237 | 74 | 60 |
| Binary | 110001 | 11000110 | 10010010 | 1001011 | 0 | 11010 | 10110 | 10011111 | 111100 | 110000 |
Color Harmonies of #31C692
Complementary color
Monochromatic Colors of #31C692
Black with #31C692
Text Example
Text Example
White with #31C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C692; }
p { color: rgb(49,198,146); }
H1.HeaderClassName
{
color: #31C692;
}
.AnyTagClassName
{
color: #31C692;
}
</style>
background-color css
<style>
a { background-color: #31C692; }
a { background-color: rgb(49,198,146); }
div.DivClassName
{
background-color: #31C692;
}
.BgClassName
{
background-color: #31C692;
}
</style>
border-color css
<style>
span { border-color: #31C692; }
span { border-color: rgb(49,198,146); }
td.TdClassName
{
border-color: #31C692;
}
.TagClassName
{
border-color: #31C692;
}
</style>