Shades of Shamrock #36C185
Tints of Shamrock #36C185
RGB
CMYK
RGB Variations
Color information
#36C185 (or 0x36C185) is known color: Shamrock. HEX triplet: 36, C1 and 85. RGB value is (54,193,133). Sum of RGB (Red+Green+Blue) = 54+193+133=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #36C185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C185 is #C93E7A. Grayscale: #909090. Windows color (decimal): -13188731 or 8765750. OLE color: 8765750.
HSL color Cylindrical-coordinate representation of color #36C185: hue angle of 154.1º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C185 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 193 | 133 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.24 |
| HSL | 154.1º | 0.56% | 0.48% | - |
| HSV(B) | 154.1º | 0.72% | 0.76% | - |
| XYZ | 24.82 | 40.62 | 28.72 | - |
| YUV | 144.6 | 121.45 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 193 | 133 | 0.72 | 0 | 0.31 | 0.24 | 154.1 | 0.56 | 0.48 |
| Hex | 36 | C1 | 85 | 48 | 0 | 1F | 18 | 9A | 38 | 30 |
| Octal | 66 | 301 | 205 | 110 | 0 | 37 | 30 | 232 | 70 | 60 |
| Binary | 110110 | 11000001 | 10000101 | 1001000 | 0 | 11111 | 11000 | 10011010 | 111000 | 110000 |
Color Harmonies of #36C185
Complementary color
Monochromatic Colors of #36C185
Black with #36C185
Text Example
Text Example
White with #36C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C185; }
p { color: rgb(54,193,133); }
H1.HeaderClassName
{
color: #36C185;
}
.AnyTagClassName
{
color: #36C185;
}
</style>
background-color css
<style>
a { background-color: #36C185; }
a { background-color: rgb(54,193,133); }
div.DivClassName
{
background-color: #36C185;
}
.BgClassName
{
background-color: #36C185;
}
</style>
border-color css
<style>
span { border-color: #36C185; }
span { border-color: rgb(54,193,133); }
td.TdClassName
{
border-color: #36C185;
}
.TagClassName
{
border-color: #36C185;
}
</style>