Shades of Shamrock #31C689
Tints of Shamrock #31C689
RGB
CMYK
RGB Variations
Color information
#31C689 (or 0x31C689) is known color: Shamrock. HEX triplet: 31, C6 and 89. RGB value is (49,198,137). Sum of RGB (Red+Green+Blue) = 49+198+137=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #31C689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C689 is #CE3976. Grayscale: #929292. Windows color (decimal): -13515127 or 9029169. OLE color: 9029169.
HSL color Cylindrical-coordinate representation of color #31C689: hue angle of 155.44º 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 #31C689 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 137 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.22 |
| HSL | 155.44º | 0.6% | 0.48% | - |
| HSV(B) | 155.44º | 0.75% | 0.78% | - |
| XYZ | 25.98 | 42.85 | 30.57 | - |
| YUV | 146.5 | 122.64 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 137 | 0.75 | 0 | 0.31 | 0.22 | 155.44 | 0.6 | 0.48 |
| Hex | 31 | C6 | 89 | 4B | 0 | 1F | 16 | 9B | 3C | 30 |
| Octal | 61 | 306 | 211 | 113 | 0 | 37 | 26 | 233 | 74 | 60 |
| Binary | 110001 | 11000110 | 10001001 | 1001011 | 0 | 11111 | 10110 | 10011011 | 111100 | 110000 |
Color Harmonies of #31C689
Complementary color
Monochromatic Colors of #31C689
Black with #31C689
Text Example
Text Example
White with #31C689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C689; }
p { color: rgb(49,198,137); }
H1.HeaderClassName
{
color: #31C689;
}
.AnyTagClassName
{
color: #31C689;
}
</style>
background-color css
<style>
a { background-color: #31C689; }
a { background-color: rgb(49,198,137); }
div.DivClassName
{
background-color: #31C689;
}
.BgClassName
{
background-color: #31C689;
}
</style>
border-color css
<style>
span { border-color: #31C689; }
span { border-color: rgb(49,198,137); }
td.TdClassName
{
border-color: #31C689;
}
.TagClassName
{
border-color: #31C689;
}
</style>