Shades of Shamrock #37C49F
Tints of Shamrock #37C49F
RGB
CMYK
RGB Variations
Color information
#37C49F (or 0x37C49F) is known color: Shamrock. HEX triplet: 37, C4 and 9F. RGB value is (55,196,159). Sum of RGB (Red+Green+Blue) = 55+196+159=410 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.41% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #37C49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C49F is #C83B60. Grayscale: #959595. Windows color (decimal): -13122401 or 10470455. OLE color: 10470455.
HSL color Cylindrical-coordinate representation of color #37C49F: hue angle of 164.26º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C49F is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 159 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.23 |
| HSL | 164.26º | 0.56% | 0.49% | - |
| HSV(B) | 164.26º | 0.72% | 0.77% | - |
| XYZ | 27.57 | 42.8 | 39.61 | - |
| YUV | 149.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 159 | 0.72 | 0 | 0.19 | 0.23 | 164.26 | 0.56 | 0.49 |
| Hex | 37 | C4 | 9F | 48 | 0 | 13 | 17 | A4 | 38 | 31 |
| Octal | 67 | 304 | 237 | 110 | 0 | 23 | 27 | 244 | 70 | 61 |
| Binary | 110111 | 11000100 | 10011111 | 1001000 | 0 | 10011 | 10111 | 10100100 | 111000 | 110001 |
Color Harmonies of #37C49F
Complementary color
Monochromatic Colors of #37C49F
Black with #37C49F
Text Example
Text Example
White with #37C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C49F; }
p { color: rgb(55,196,159); }
H1.HeaderClassName
{
color: #37C49F;
}
.AnyTagClassName
{
color: #37C49F;
}
</style>
background-color css
<style>
a { background-color: #37C49F; }
a { background-color: rgb(55,196,159); }
div.DivClassName
{
background-color: #37C49F;
}
.BgClassName
{
background-color: #37C49F;
}
</style>
border-color css
<style>
span { border-color: #37C49F; }
span { border-color: rgb(55,196,159); }
td.TdClassName
{
border-color: #37C49F;
}
.TagClassName
{
border-color: #37C49F;
}
</style>