Shades of Shamrock #37C48F
Tints of Shamrock #37C48F
RGB
CMYK
RGB Variations
Color information
#37C48F (or 0x37C48F) is known color: Shamrock. HEX triplet: 37, C4 and 8F. RGB value is (55,196,143). Sum of RGB (Red+Green+Blue) = 55+196+143=394 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.96% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #37C48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C48F is #C83B70. Grayscale: #939393. Windows color (decimal): -13122417 or 9421879. OLE color: 9421879.
HSL color Cylindrical-coordinate representation of color #37C48F: hue angle of 157.45º 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 #37C48F is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 143 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.23 |
| HSL | 157.45º | 0.56% | 0.49% | - |
| HSV(B) | 157.45º | 0.72% | 0.77% | - |
| XYZ | 26.27 | 42.28 | 32.76 | - |
| YUV | 147.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 143 | 0.72 | 0 | 0.27 | 0.23 | 157.45 | 0.56 | 0.49 |
| Hex | 37 | C4 | 8F | 48 | 0 | 1B | 17 | 9D | 38 | 31 |
| Octal | 67 | 304 | 217 | 110 | 0 | 33 | 27 | 235 | 70 | 61 |
| Binary | 110111 | 11000100 | 10001111 | 1001000 | 0 | 11011 | 10111 | 10011101 | 111000 | 110001 |
Color Harmonies of #37C48F
Complementary color
Monochromatic Colors of #37C48F
Black with #37C48F
Text Example
Text Example
White with #37C48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C48F; }
p { color: rgb(55,196,143); }
H1.HeaderClassName
{
color: #37C48F;
}
.AnyTagClassName
{
color: #37C48F;
}
</style>
background-color css
<style>
a { background-color: #37C48F; }
a { background-color: rgb(55,196,143); }
div.DivClassName
{
background-color: #37C48F;
}
.BgClassName
{
background-color: #37C48F;
}
</style>
border-color css
<style>
span { border-color: #37C48F; }
span { border-color: rgb(55,196,143); }
td.TdClassName
{
border-color: #37C48F;
}
.TagClassName
{
border-color: #37C48F;
}
</style>