Shades of Shamrock #31C09C
Tints of Shamrock #31C09C
RGB
CMYK
RGB Variations
Color information
#31C09C (or 0x31C09C) is known color: Shamrock. HEX triplet: 31, C0 and 9C. RGB value is (49,192,156). Sum of RGB (Red+Green+Blue) = 49+192+156=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #31C09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C09C is #CE3F63. Grayscale: #919191. Windows color (decimal): -13516644 or 10272817. OLE color: 10272817.
HSL color Cylindrical-coordinate representation of color #31C09C: hue angle of 164.9º 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 #31C09C is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 156 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.25 |
| HSL | 164.9º | 0.59% | 0.47% | - |
| HSV(B) | 164.9º | 0.74% | 0.75% | - |
| XYZ | 26.12 | 40.75 | 37.94 | - |
| YUV | 145.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 156 | 0.74 | 0 | 0.19 | 0.25 | 164.9 | 0.59 | 0.47 |
| Hex | 31 | C0 | 9C | 4A | 0 | 13 | 19 | A5 | 3B | 2F |
| Octal | 61 | 300 | 234 | 112 | 0 | 23 | 31 | 245 | 73 | 57 |
| Binary | 110001 | 11000000 | 10011100 | 1001010 | 0 | 10011 | 11001 | 10100101 | 111011 | 101111 |
Color Harmonies of #31C09C
Complementary color
Monochromatic Colors of #31C09C
Black with #31C09C
Text Example
Text Example
White with #31C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C09C; }
p { color: rgb(49,192,156); }
H1.HeaderClassName
{
color: #31C09C;
}
.AnyTagClassName
{
color: #31C09C;
}
</style>
background-color css
<style>
a { background-color: #31C09C; }
a { background-color: rgb(49,192,156); }
div.DivClassName
{
background-color: #31C09C;
}
.BgClassName
{
background-color: #31C09C;
}
</style>
border-color css
<style>
span { border-color: #31C09C; }
span { border-color: rgb(49,192,156); }
td.TdClassName
{
border-color: #31C09C;
}
.TagClassName
{
border-color: #31C09C;
}
</style>