Shades of Shamrock #31C683
Tints of Shamrock #31C683
RGB
CMYK
RGB Variations
Color information
#31C683 (or 0x31C683) is known color: Shamrock. HEX triplet: 31, C6 and 83. RGB value is (49,198,131). Sum of RGB (Red+Green+Blue) = 49+198+131=378 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.96% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #31C683 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C683 is #CE397C. Grayscale: #919191. Windows color (decimal): -13515133 or 8635953. OLE color: 8635953.
HSL color Cylindrical-coordinate representation of color #31C683: hue angle of 153.02º 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 #31C683 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 198 | 131 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.22 |
| HSL | 153.02º | 0.6% | 0.48% | - |
| HSV(B) | 153.02º | 0.75% | 0.78% | - |
| XYZ | 25.56 | 42.68 | 28.36 | - |
| YUV | 145.81 | 119.64 | 58.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 198 | 131 | 0.75 | 0 | 0.34 | 0.22 | 153.02 | 0.6 | 0.48 |
| Hex | 31 | C6 | 83 | 4B | 0 | 22 | 16 | 99 | 3C | 30 |
| Octal | 61 | 306 | 203 | 113 | 0 | 42 | 26 | 231 | 74 | 60 |
| Binary | 110001 | 11000110 | 10000011 | 1001011 | 0 | 100010 | 10110 | 10011001 | 111100 | 110000 |
Color Harmonies of #31C683
Complementary color
Monochromatic Colors of #31C683
Black with #31C683
Text Example
Text Example
White with #31C683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C683; }
p { color: rgb(49,198,131); }
H1.HeaderClassName
{
color: #31C683;
}
.AnyTagClassName
{
color: #31C683;
}
</style>
background-color css
<style>
a { background-color: #31C683; }
a { background-color: rgb(49,198,131); }
div.DivClassName
{
background-color: #31C683;
}
.BgClassName
{
background-color: #31C683;
}
</style>
border-color css
<style>
span { border-color: #31C683; }
span { border-color: rgb(49,198,131); }
td.TdClassName
{
border-color: #31C683;
}
.TagClassName
{
border-color: #31C683;
}
</style>