Shades of Shamrock #36D896
Tints of Shamrock #36D896
RGB
CMYK
RGB Variations
Color information
#36D896 (or 0x36D896) is known color: Shamrock. HEX triplet: 36, D8 and 96. RGB value is (54,216,150). Sum of RGB (Red+Green+Blue) = 54+216+150=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 216 (84.77% from 255 or 51.43% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 216 - color contains mainly: green. Hex color #36D896 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D896 is #C92769. Grayscale: #A0A0A0. Windows color (decimal): -13182826 or 9885750. OLE color: 9885750.
HSL color Cylindrical-coordinate representation of color #36D896: hue angle of 155.56º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D896 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 150 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.15 |
| HSL | 155.56º | 0.68% | 0.53% | - |
| HSV(B) | 155.56º | 0.75% | 0.85% | - |
| XYZ | 31.58 | 52.1 | 37.25 | - |
| YUV | 160.04 | 122.33 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 150 | 0.75 | 0 | 0.31 | 0.15 | 155.56 | 0.68 | 0.53 |
| Hex | 36 | D8 | 96 | 4B | 0 | 1F | F | 9C | 44 | 35 |
| Octal | 66 | 330 | 226 | 113 | 0 | 37 | 17 | 234 | 104 | 65 |
| Binary | 110110 | 11011000 | 10010110 | 1001011 | 0 | 11111 | 1111 | 10011100 | 1000100 | 110101 |
Color Harmonies of #36D896
Complementary color
Monochromatic Colors of #36D896
Black with #36D896
Text Example
Text Example
White with #36D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D896; }
p { color: rgb(54,216,150); }
H1.HeaderClassName
{
color: #36D896;
}
.AnyTagClassName
{
color: #36D896;
}
</style>
background-color css
<style>
a { background-color: #36D896; }
a { background-color: rgb(54,216,150); }
div.DivClassName
{
background-color: #36D896;
}
.BgClassName
{
background-color: #36D896;
}
</style>
border-color css
<style>
span { border-color: #36D896; }
span { border-color: rgb(54,216,150); }
td.TdClassName
{
border-color: #36D896;
}
.TagClassName
{
border-color: #36D896;
}
</style>