Shades of Shamrock #36C994
Tints of Shamrock #36C994
RGB
CMYK
RGB Variations
Color information
#36C994 (or 0x36C994) is known color: Shamrock. HEX triplet: 36, C9 and 94. RGB value is (54,201,148). Sum of RGB (Red+Green+Blue) = 54+201+148=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #36C994 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C994 is #C9366B. Grayscale: #979797. Windows color (decimal): -13186668 or 9750838. OLE color: 9750838.
HSL color Cylindrical-coordinate representation of color #36C994: hue angle of 158.37º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C994 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 148 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.21 |
| HSL | 158.37º | 0.58% | 0.5% | - |
| HSV(B) | 158.37º | 0.73% | 0.79% | - |
| XYZ | 27.75 | 44.7 | 35.18 | - |
| YUV | 151.01 | 126.3 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 148 | 0.73 | 0 | 0.26 | 0.21 | 158.37 | 0.58 | 0.5 |
| Hex | 36 | C9 | 94 | 49 | 0 | 1A | 15 | 9E | 3A | 32 |
| Octal | 66 | 311 | 224 | 111 | 0 | 32 | 25 | 236 | 72 | 62 |
| Binary | 110110 | 11001001 | 10010100 | 1001001 | 0 | 11010 | 10101 | 10011110 | 111010 | 110010 |
Color Harmonies of #36C994
Complementary color
Monochromatic Colors of #36C994
Black with #36C994
Text Example
Text Example
White with #36C994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C994; }
p { color: rgb(54,201,148); }
H1.HeaderClassName
{
color: #36C994;
}
.AnyTagClassName
{
color: #36C994;
}
</style>
background-color css
<style>
a { background-color: #36C994; }
a { background-color: rgb(54,201,148); }
div.DivClassName
{
background-color: #36C994;
}
.BgClassName
{
background-color: #36C994;
}
</style>
border-color css
<style>
span { border-color: #36C994; }
span { border-color: rgb(54,201,148); }
td.TdClassName
{
border-color: #36C994;
}
.TagClassName
{
border-color: #36C994;
}
</style>