Shades of Shamrock #37C398
Tints of Shamrock #37C398
RGB
CMYK
RGB Variations
Color information
#37C398 (or 0x37C398) is known color: Shamrock. HEX triplet: 37, C3 and 98. RGB value is (55,195,152). Sum of RGB (Red+Green+Blue) = 55+195+152=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #37C398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C398 is #C83C67. Grayscale: #949494. Windows color (decimal): -13122664 or 10011447. OLE color: 10011447.
HSL color Cylindrical-coordinate representation of color #37C398: hue angle of 161.57º 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 #37C398 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 195 | 152 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.24 |
| HSL | 161.57º | 0.56% | 0.49% | - |
| HSV(B) | 161.57º | 0.72% | 0.76% | - |
| XYZ | 26.76 | 42.11 | 36.42 | - |
| YUV | 148.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 195 | 152 | 0.72 | 0 | 0.22 | 0.24 | 161.57 | 0.56 | 0.49 |
| Hex | 37 | C3 | 98 | 48 | 0 | 16 | 18 | A2 | 38 | 31 |
| Octal | 67 | 303 | 230 | 110 | 0 | 26 | 30 | 242 | 70 | 61 |
| Binary | 110111 | 11000011 | 10011000 | 1001000 | 0 | 10110 | 11000 | 10100010 | 111000 | 110001 |
Color Harmonies of #37C398
Complementary color
Monochromatic Colors of #37C398
Black with #37C398
Text Example
Text Example
White with #37C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C398; }
p { color: rgb(55,195,152); }
H1.HeaderClassName
{
color: #37C398;
}
.AnyTagClassName
{
color: #37C398;
}
</style>
background-color css
<style>
a { background-color: #37C398; }
a { background-color: rgb(55,195,152); }
div.DivClassName
{
background-color: #37C398;
}
.BgClassName
{
background-color: #37C398;
}
</style>
border-color css
<style>
span { border-color: #37C398; }
span { border-color: rgb(55,195,152); }
td.TdClassName
{
border-color: #37C398;
}
.TagClassName
{
border-color: #37C398;
}
</style>