Shades of Shamrock #37C192
Tints of Shamrock #37C192
RGB
CMYK
RGB Variations
Color information
#37C192 (or 0x37C192) is known color: Shamrock. HEX triplet: 37, C1 and 92. RGB value is (55,193,146). Sum of RGB (Red+Green+Blue) = 55+193+146=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #37C192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C192 is #C83E6D. Grayscale: #929292. Windows color (decimal): -13123182 or 9617719. OLE color: 9617719.
HSL color Cylindrical-coordinate representation of color #37C192: hue angle of 159.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C192 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 146 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.24 |
| HSL | 159.57º | 0.56% | 0.49% | - |
| HSV(B) | 159.57º | 0.72% | 0.76% | - |
| XYZ | 25.83 | 41.03 | 33.75 | - |
| YUV | 146.38 | 127.78 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 146 | 0.72 | 0 | 0.24 | 0.24 | 159.57 | 0.56 | 0.49 |
| Hex | 37 | C1 | 92 | 48 | 0 | 18 | 18 | A0 | 38 | 31 |
| Octal | 67 | 301 | 222 | 110 | 0 | 30 | 30 | 240 | 70 | 61 |
| Binary | 110111 | 11000001 | 10010010 | 1001000 | 0 | 11000 | 11000 | 10100000 | 111000 | 110001 |
Color Harmonies of #37C192
Complementary color
Monochromatic Colors of #37C192
Black with #37C192
Text Example
Text Example
White with #37C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C192; }
p { color: rgb(55,193,146); }
H1.HeaderClassName
{
color: #37C192;
}
.AnyTagClassName
{
color: #37C192;
}
</style>
background-color css
<style>
a { background-color: #37C192; }
a { background-color: rgb(55,193,146); }
div.DivClassName
{
background-color: #37C192;
}
.BgClassName
{
background-color: #37C192;
}
</style>
border-color css
<style>
span { border-color: #37C192; }
span { border-color: rgb(55,193,146); }
td.TdClassName
{
border-color: #37C192;
}
.TagClassName
{
border-color: #37C192;
}
</style>