Shades of Shamrock #31C794
Tints of Shamrock #31C794
RGB
CMYK
RGB Variations
Color information
#31C794 (or 0x31C794) is known color: Shamrock. HEX triplet: 31, C7 and 94. RGB value is (49,199,148). Sum of RGB (Red+Green+Blue) = 49+199+148=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #31C794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C794 is #CE386B. Grayscale: #949494. Windows color (decimal): -13514860 or 9750321. OLE color: 9750321.
HSL color Cylindrical-coordinate representation of color #31C794: hue angle of 159.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C794 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 199 | 148 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.22 |
| HSL | 159.6º | 0.6% | 0.49% | - |
| HSV(B) | 159.6º | 0.75% | 0.78% | - |
| XYZ | 27.04 | 43.64 | 35.02 | - |
| YUV | 148.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 199 | 148 | 0.75 | 0 | 0.26 | 0.22 | 159.6 | 0.6 | 0.49 |
| Hex | 31 | C7 | 94 | 4B | 0 | 1A | 16 | A0 | 3C | 31 |
| Octal | 61 | 307 | 224 | 113 | 0 | 32 | 26 | 240 | 74 | 61 |
| Binary | 110001 | 11000111 | 10010100 | 1001011 | 0 | 11010 | 10110 | 10100000 | 111100 | 110001 |
Color Harmonies of #31C794
Complementary color
Monochromatic Colors of #31C794
Black with #31C794
Text Example
Text Example
White with #31C794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C794; }
p { color: rgb(49,199,148); }
H1.HeaderClassName
{
color: #31C794;
}
.AnyTagClassName
{
color: #31C794;
}
</style>
background-color css
<style>
a { background-color: #31C794; }
a { background-color: rgb(49,199,148); }
div.DivClassName
{
background-color: #31C794;
}
.BgClassName
{
background-color: #31C794;
}
</style>
border-color css
<style>
span { border-color: #31C794; }
span { border-color: rgb(49,199,148); }
td.TdClassName
{
border-color: #31C794;
}
.TagClassName
{
border-color: #31C794;
}
</style>