Shades of Shamrock #37C49A
Tints of Shamrock #37C49A
RGB
CMYK
RGB Variations
Color information
#37C49A (or 0x37C49A) is known color: Shamrock. HEX triplet: 37, C4 and 9A. RGB value is (55,196,154). Sum of RGB (Red+Green+Blue) = 55+196+154=405 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.58% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #37C49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C49A is #C83B65. Grayscale: #959595. Windows color (decimal): -13122406 or 10142775. OLE color: 10142775.
HSL color Cylindrical-coordinate representation of color #37C49A: hue angle of 162.13º 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 #37C49A is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 154 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.23 |
| HSL | 162.13º | 0.56% | 0.49% | - |
| HSV(B) | 162.13º | 0.72% | 0.77% | - |
| XYZ | 27.15 | 42.63 | 37.37 | - |
| YUV | 149.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 154 | 0.72 | 0 | 0.21 | 0.23 | 162.13 | 0.56 | 0.49 |
| Hex | 37 | C4 | 9A | 48 | 0 | 15 | 17 | A2 | 38 | 31 |
| Octal | 67 | 304 | 232 | 110 | 0 | 25 | 27 | 242 | 70 | 61 |
| Binary | 110111 | 11000100 | 10011010 | 1001000 | 0 | 10101 | 10111 | 10100010 | 111000 | 110001 |
Color Harmonies of #37C49A
Complementary color
Monochromatic Colors of #37C49A
Black with #37C49A
Text Example
Text Example
White with #37C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C49A; }
p { color: rgb(55,196,154); }
H1.HeaderClassName
{
color: #37C49A;
}
.AnyTagClassName
{
color: #37C49A;
}
</style>
background-color css
<style>
a { background-color: #37C49A; }
a { background-color: rgb(55,196,154); }
div.DivClassName
{
background-color: #37C49A;
}
.BgClassName
{
background-color: #37C49A;
}
</style>
border-color css
<style>
span { border-color: #37C49A; }
span { border-color: rgb(55,196,154); }
td.TdClassName
{
border-color: #37C49A;
}
.TagClassName
{
border-color: #37C49A;
}
</style>