Shades of Shamrock #36C495
Tints of Shamrock #36C495
RGB
CMYK
RGB Variations
Color information
#36C495 (or 0x36C495) is known color: Shamrock. HEX triplet: 36, C4 and 95. RGB value is (54,196,149). Sum of RGB (Red+Green+Blue) = 54+196+149=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #36C495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C495 is #C93B6A. Grayscale: #949494. Windows color (decimal): -13187947 or 9815094. OLE color: 9815094.
HSL color Cylindrical-coordinate representation of color #36C495: hue angle of 160.14º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C495 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 196 | 149 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.23 |
| HSL | 160.14º | 0.57% | 0.49% | - |
| HSV(B) | 160.14º | 0.72% | 0.77% | - |
| XYZ | 26.69 | 42.43 | 35.22 | - |
| YUV | 148.18 | 128.46 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 196 | 149 | 0.72 | 0 | 0.24 | 0.23 | 160.14 | 0.57 | 0.49 |
| Hex | 36 | C4 | 95 | 48 | 0 | 18 | 17 | A0 | 39 | 31 |
| Octal | 66 | 304 | 225 | 110 | 0 | 30 | 27 | 240 | 71 | 61 |
| Binary | 110110 | 11000100 | 10010101 | 1001000 | 0 | 11000 | 10111 | 10100000 | 111001 | 110001 |
Color Harmonies of #36C495
Complementary color
Monochromatic Colors of #36C495
Black with #36C495
Text Example
Text Example
White with #36C495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C495; }
p { color: rgb(54,196,149); }
H1.HeaderClassName
{
color: #36C495;
}
.AnyTagClassName
{
color: #36C495;
}
</style>
background-color css
<style>
a { background-color: #36C495; }
a { background-color: rgb(54,196,149); }
div.DivClassName
{
background-color: #36C495;
}
.BgClassName
{
background-color: #36C495;
}
</style>
border-color css
<style>
span { border-color: #36C495; }
span { border-color: rgb(54,196,149); }
td.TdClassName
{
border-color: #36C495;
}
.TagClassName
{
border-color: #36C495;
}
</style>