Shades of Shamrock #36C298
Tints of Shamrock #36C298
RGB
CMYK
RGB Variations
Color information
#36C298 (or 0x36C298) is known color: Shamrock. HEX triplet: 36, C2 and 98. RGB value is (54,194,152). Sum of RGB (Red+Green+Blue) = 54+194+152=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #36C298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C298 is #C93D67. Grayscale: #939393. Windows color (decimal): -13188456 or 10011190. OLE color: 10011190.
HSL color Cylindrical-coordinate representation of color #36C298: hue angle of 162º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C298 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 152 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.24 |
| HSL | 162º | 0.56% | 0.49% | - |
| HSV(B) | 162º | 0.72% | 0.76% | - |
| XYZ | 26.48 | 41.63 | 36.35 | - |
| YUV | 147.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 152 | 0.72 | 0 | 0.22 | 0.24 | 162 | 0.56 | 0.49 |
| Hex | 36 | C2 | 98 | 48 | 0 | 16 | 18 | A2 | 38 | 31 |
| Octal | 66 | 302 | 230 | 110 | 0 | 26 | 30 | 242 | 70 | 61 |
| Binary | 110110 | 11000010 | 10011000 | 1001000 | 0 | 10110 | 11000 | 10100010 | 111000 | 110001 |
Color Harmonies of #36C298
Complementary color
Monochromatic Colors of #36C298
Black with #36C298
Text Example
Text Example
White with #36C298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C298; }
p { color: rgb(54,194,152); }
H1.HeaderClassName
{
color: #36C298;
}
.AnyTagClassName
{
color: #36C298;
}
</style>
background-color css
<style>
a { background-color: #36C298; }
a { background-color: rgb(54,194,152); }
div.DivClassName
{
background-color: #36C298;
}
.BgClassName
{
background-color: #36C298;
}
</style>
border-color css
<style>
span { border-color: #36C298; }
span { border-color: rgb(54,194,152); }
td.TdClassName
{
border-color: #36C298;
}
.TagClassName
{
border-color: #36C298;
}
</style>