Shades of Shamrock #36C995
Tints of Shamrock #36C995
RGB
CMYK
RGB Variations
Color information
#36C995 (or 0x36C995) is known color: Shamrock. HEX triplet: 36, C9 and 95. RGB value is (54,201,149). Sum of RGB (Red+Green+Blue) = 54+201+149=404 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.37% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #36C995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C995 is #C9366A. Grayscale: #979797. Windows color (decimal): -13186667 or 9816374. OLE color: 9816374.
HSL color Cylindrical-coordinate representation of color #36C995: hue angle of 158.78º 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 #36C995 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 149 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.21 |
| HSL | 158.78º | 0.58% | 0.5% | - |
| HSV(B) | 158.78º | 0.73% | 0.79% | - |
| XYZ | 27.83 | 44.73 | 35.6 | - |
| YUV | 151.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 149 | 0.73 | 0 | 0.26 | 0.21 | 158.78 | 0.58 | 0.5 |
| Hex | 36 | C9 | 95 | 49 | 0 | 1A | 15 | 9F | 3A | 32 |
| Octal | 66 | 311 | 225 | 111 | 0 | 32 | 25 | 237 | 72 | 62 |
| Binary | 110110 | 11001001 | 10010101 | 1001001 | 0 | 11010 | 10101 | 10011111 | 111010 | 110010 |
Color Harmonies of #36C995
Complementary color
Monochromatic Colors of #36C995
Black with #36C995
Text Example
Text Example
White with #36C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C995; }
p { color: rgb(54,201,149); }
H1.HeaderClassName
{
color: #36C995;
}
.AnyTagClassName
{
color: #36C995;
}
</style>
background-color css
<style>
a { background-color: #36C995; }
a { background-color: rgb(54,201,149); }
div.DivClassName
{
background-color: #36C995;
}
.BgClassName
{
background-color: #36C995;
}
</style>
border-color css
<style>
span { border-color: #36C995; }
span { border-color: rgb(54,201,149); }
td.TdClassName
{
border-color: #36C995;
}
.TagClassName
{
border-color: #36C995;
}
</style>