Shades of Shamrock #36C095
Tints of Shamrock #36C095
RGB
CMYK
RGB Variations
Color information
#36C095 (or 0x36C095) is known color: Shamrock. HEX triplet: 36, C0 and 95. RGB value is (54,192,149). Sum of RGB (Red+Green+Blue) = 54+192+149=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #36C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C095 is #C93F6A. Grayscale: #919191. Windows color (decimal): -13188971 or 9814070. OLE color: 9814070.
HSL color Cylindrical-coordinate representation of color #36C095: hue angle of 161.3º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C095 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 149 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.25 |
| HSL | 161.3º | 0.56% | 0.48% | - |
| HSV(B) | 161.3º | 0.72% | 0.75% | - |
| XYZ | 25.8 | 40.65 | 34.92 | - |
| YUV | 145.84 | 129.78 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 149 | 0.72 | 0 | 0.22 | 0.25 | 161.3 | 0.56 | 0.48 |
| Hex | 36 | C0 | 95 | 48 | 0 | 16 | 19 | A1 | 38 | 30 |
| Octal | 66 | 300 | 225 | 110 | 0 | 26 | 31 | 241 | 70 | 60 |
| Binary | 110110 | 11000000 | 10010101 | 1001000 | 0 | 10110 | 11001 | 10100001 | 111000 | 110000 |
Color Harmonies of #36C095
Complementary color
Monochromatic Colors of #36C095
Black with #36C095
Text Example
Text Example
White with #36C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C095; }
p { color: rgb(54,192,149); }
H1.HeaderClassName
{
color: #36C095;
}
.AnyTagClassName
{
color: #36C095;
}
</style>
background-color css
<style>
a { background-color: #36C095; }
a { background-color: rgb(54,192,149); }
div.DivClassName
{
background-color: #36C095;
}
.BgClassName
{
background-color: #36C095;
}
</style>
border-color css
<style>
span { border-color: #36C095; }
span { border-color: rgb(54,192,149); }
td.TdClassName
{
border-color: #36C095;
}
.TagClassName
{
border-color: #36C095;
}
</style>