Shades of Shamrock #37C685
Tints of Shamrock #37C685
RGB
CMYK
RGB Variations
Color information
#37C685 (or 0x37C685) is known color: Shamrock. HEX triplet: 37, C6 and 85. RGB value is (55,198,133). Sum of RGB (Red+Green+Blue) = 55+198+133=386 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.25% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #37C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C685 is #C8397A. Grayscale: #939393. Windows color (decimal): -13121915 or 8767031. OLE color: 8767031.
HSL color Cylindrical-coordinate representation of color #37C685: hue angle of 152.73º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C685 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 198 | 133 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.22 |
| HSL | 152.73º | 0.57% | 0.5% | - |
| HSV(B) | 152.73º | 0.72% | 0.78% | - |
| XYZ | 26 | 42.89 | 29.1 | - |
| YUV | 147.83 | 119.62 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 198 | 133 | 0.72 | 0 | 0.33 | 0.22 | 152.73 | 0.57 | 0.5 |
| Hex | 37 | C6 | 85 | 48 | 0 | 21 | 16 | 99 | 39 | 32 |
| Octal | 67 | 306 | 205 | 110 | 0 | 41 | 26 | 231 | 71 | 62 |
| Binary | 110111 | 11000110 | 10000101 | 1001000 | 0 | 100001 | 10110 | 10011001 | 111001 | 110010 |
Color Harmonies of #37C685
Complementary color
Monochromatic Colors of #37C685
Black with #37C685
Text Example
Text Example
White with #37C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C685; }
p { color: rgb(55,198,133); }
H1.HeaderClassName
{
color: #37C685;
}
.AnyTagClassName
{
color: #37C685;
}
</style>
background-color css
<style>
a { background-color: #37C685; }
a { background-color: rgb(55,198,133); }
div.DivClassName
{
background-color: #37C685;
}
.BgClassName
{
background-color: #37C685;
}
</style>
border-color css
<style>
span { border-color: #37C685; }
span { border-color: rgb(55,198,133); }
td.TdClassName
{
border-color: #37C685;
}
.TagClassName
{
border-color: #37C685;
}
</style>