Shades of Shamrock #37C18F
Tints of Shamrock #37C18F
RGB
CMYK
RGB Variations
Color information
#37C18F (or 0x37C18F) is known color: Shamrock. HEX triplet: 37, C1 and 8F. RGB value is (55,193,143). Sum of RGB (Red+Green+Blue) = 55+193+143=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #37C18F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C18F is #C83E70. Grayscale: #929292. Windows color (decimal): -13123185 or 9421111. OLE color: 9421111.
HSL color Cylindrical-coordinate representation of color #37C18F: hue angle of 158.26º 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 #37C18F is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 143 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.24 |
| HSL | 158.26º | 0.56% | 0.49% | - |
| HSV(B) | 158.26º | 0.72% | 0.76% | - |
| XYZ | 25.6 | 40.94 | 32.54 | - |
| YUV | 146.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 143 | 0.72 | 0 | 0.26 | 0.24 | 158.26 | 0.56 | 0.49 |
| Hex | 37 | C1 | 8F | 48 | 0 | 1A | 18 | 9E | 38 | 31 |
| Octal | 67 | 301 | 217 | 110 | 0 | 32 | 30 | 236 | 70 | 61 |
| Binary | 110111 | 11000001 | 10001111 | 1001000 | 0 | 11010 | 11000 | 10011110 | 111000 | 110001 |
Color Harmonies of #37C18F
Complementary color
Monochromatic Colors of #37C18F
Black with #37C18F
Text Example
Text Example
White with #37C18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C18F; }
p { color: rgb(55,193,143); }
H1.HeaderClassName
{
color: #37C18F;
}
.AnyTagClassName
{
color: #37C18F;
}
</style>
background-color css
<style>
a { background-color: #37C18F; }
a { background-color: rgb(55,193,143); }
div.DivClassName
{
background-color: #37C18F;
}
.BgClassName
{
background-color: #37C18F;
}
</style>
border-color css
<style>
span { border-color: #37C18F; }
span { border-color: rgb(55,193,143); }
td.TdClassName
{
border-color: #37C18F;
}
.TagClassName
{
border-color: #37C18F;
}
</style>