Shades of Shamrock #31C08A
Tints of Shamrock #31C08A
RGB
CMYK
RGB Variations
Color information
#31C08A (or 0x31C08A) is known color: Shamrock. HEX triplet: 31, C0 and 8A. RGB value is (49,192,138). Sum of RGB (Red+Green+Blue) = 49+192+138=379 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.93% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #31C08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C08A is #CE3F75. Grayscale: #8F8F8F. Windows color (decimal): -13516662 or 9093169. OLE color: 9093169.
HSL color Cylindrical-coordinate representation of color #31C08A: hue angle of 157.34º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C08A is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 138 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.25 |
| HSL | 157.34º | 0.59% | 0.47% | - |
| HSV(B) | 157.34º | 0.74% | 0.75% | - |
| XYZ | 24.7 | 40.19 | 30.5 | - |
| YUV | 143.09 | 125.12 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 138 | 0.74 | 0 | 0.28 | 0.25 | 157.34 | 0.59 | 0.47 |
| Hex | 31 | C0 | 8A | 4A | 0 | 1C | 19 | 9D | 3B | 2F |
| Octal | 61 | 300 | 212 | 112 | 0 | 34 | 31 | 235 | 73 | 57 |
| Binary | 110001 | 11000000 | 10001010 | 1001010 | 0 | 11100 | 11001 | 10011101 | 111011 | 101111 |
Color Harmonies of #31C08A
Complementary color
Monochromatic Colors of #31C08A
Black with #31C08A
Text Example
Text Example
White with #31C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C08A; }
p { color: rgb(49,192,138); }
H1.HeaderClassName
{
color: #31C08A;
}
.AnyTagClassName
{
color: #31C08A;
}
</style>
background-color css
<style>
a { background-color: #31C08A; }
a { background-color: rgb(49,192,138); }
div.DivClassName
{
background-color: #31C08A;
}
.BgClassName
{
background-color: #31C08A;
}
</style>
border-color css
<style>
span { border-color: #31C08A; }
span { border-color: rgb(49,192,138); }
td.TdClassName
{
border-color: #31C08A;
}
.TagClassName
{
border-color: #31C08A;
}
</style>