Shades of Shamrock #37C38C
Tints of Shamrock #37C38C
RGB
CMYK
RGB Variations
Color information
#37C38C (or 0x37C38C) is known color: Shamrock. HEX triplet: 37, C3 and 8C. RGB value is (55,195,140). Sum of RGB (Red+Green+Blue) = 55+195+140=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #37C38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37C38C is #C83C73. Grayscale: #929292. Windows color (decimal): -13122676 or 9225015. OLE color: 9225015.
HSL color Cylindrical-coordinate representation of color #37C38C: hue angle of 156.43º 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 #37C38C is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 195 | 140 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.24 |
| HSL | 156.43º | 0.56% | 0.49% | - |
| HSV(B) | 156.43º | 0.72% | 0.76% | - |
| XYZ | 25.82 | 41.74 | 31.51 | - |
| YUV | 146.87 | 124.12 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 195 | 140 | 0.72 | 0 | 0.28 | 0.24 | 156.43 | 0.56 | 0.49 |
| Hex | 37 | C3 | 8C | 48 | 0 | 1C | 18 | 9C | 38 | 31 |
| Octal | 67 | 303 | 214 | 110 | 0 | 34 | 30 | 234 | 70 | 61 |
| Binary | 110111 | 11000011 | 10001100 | 1001000 | 0 | 11100 | 11000 | 10011100 | 111000 | 110001 |
Color Harmonies of #37C38C
Complementary color
Monochromatic Colors of #37C38C
Black with #37C38C
Text Example
Text Example
White with #37C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C38C; }
p { color: rgb(55,195,140); }
H1.HeaderClassName
{
color: #37C38C;
}
.AnyTagClassName
{
color: #37C38C;
}
</style>
background-color css
<style>
a { background-color: #37C38C; }
a { background-color: rgb(55,195,140); }
div.DivClassName
{
background-color: #37C38C;
}
.BgClassName
{
background-color: #37C38C;
}
</style>
border-color css
<style>
span { border-color: #37C38C; }
span { border-color: rgb(55,195,140); }
td.TdClassName
{
border-color: #37C38C;
}
.TagClassName
{
border-color: #37C38C;
}
</style>