Shades of Shamrock #37C394
Tints of Shamrock #37C394
RGB
CMYK
RGB Variations
Color information
#37C394 (or 0x37C394) is known color: Shamrock. HEX triplet: 37, C3 and 94. RGB value is (55,195,148). Sum of RGB (Red+Green+Blue) = 55+195+148=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #37C394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C394 is #C83C6B. Grayscale: #939393. Windows color (decimal): -13122668 or 9749303. OLE color: 9749303.
HSL color Cylindrical-coordinate representation of color #37C394: hue angle of 159.86º 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 #37C394 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 195 | 148 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.24 |
| HSL | 159.86º | 0.56% | 0.49% | - |
| HSV(B) | 159.86º | 0.72% | 0.76% | - |
| XYZ | 26.44 | 41.98 | 34.73 | - |
| YUV | 147.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 195 | 148 | 0.72 | 0 | 0.24 | 0.24 | 159.86 | 0.56 | 0.49 |
| Hex | 37 | C3 | 94 | 48 | 0 | 18 | 18 | A0 | 38 | 31 |
| Octal | 67 | 303 | 224 | 110 | 0 | 30 | 30 | 240 | 70 | 61 |
| Binary | 110111 | 11000011 | 10010100 | 1001000 | 0 | 11000 | 11000 | 10100000 | 111000 | 110001 |
Color Harmonies of #37C394
Complementary color
Monochromatic Colors of #37C394
Black with #37C394
Text Example
Text Example
White with #37C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C394; }
p { color: rgb(55,195,148); }
H1.HeaderClassName
{
color: #37C394;
}
.AnyTagClassName
{
color: #37C394;
}
</style>
background-color css
<style>
a { background-color: #37C394; }
a { background-color: rgb(55,195,148); }
div.DivClassName
{
background-color: #37C394;
}
.BgClassName
{
background-color: #37C394;
}
</style>
border-color css
<style>
span { border-color: #37C394; }
span { border-color: rgb(55,195,148); }
td.TdClassName
{
border-color: #37C394;
}
.TagClassName
{
border-color: #37C394;
}
</style>