Shades of Shamrock #36C394
Tints of Shamrock #36C394
RGB
CMYK
RGB Variations
Color information
#36C394 (or 0x36C394) is known color: Shamrock. HEX triplet: 36, C3 and 94. RGB value is (54,195,148). Sum of RGB (Red+Green+Blue) = 54+195+148=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #36C394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C394 is #C93C6B. Grayscale: #939393. Windows color (decimal): -13188204 or 9749302. OLE color: 9749302.
HSL color Cylindrical-coordinate representation of color #36C394: hue angle of 160º degrees, saturation: 0.57, 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 #36C394 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 148 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.24 |
| HSL | 160º | 0.57% | 0.49% | - |
| HSV(B) | 160º | 0.72% | 0.76% | - |
| XYZ | 26.38 | 41.95 | 34.72 | - |
| YUV | 147.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 148 | 0.72 | 0 | 0.24 | 0.24 | 160 | 0.57 | 0.49 |
| Hex | 36 | C3 | 94 | 48 | 0 | 18 | 18 | A0 | 39 | 31 |
| Octal | 66 | 303 | 224 | 110 | 0 | 30 | 30 | 240 | 71 | 61 |
| Binary | 110110 | 11000011 | 10010100 | 1001000 | 0 | 11000 | 11000 | 10100000 | 111001 | 110001 |
Color Harmonies of #36C394
Complementary color
Monochromatic Colors of #36C394
Black with #36C394
Text Example
Text Example
White with #36C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C394; }
p { color: rgb(54,195,148); }
H1.HeaderClassName
{
color: #36C394;
}
.AnyTagClassName
{
color: #36C394;
}
</style>
background-color css
<style>
a { background-color: #36C394; }
a { background-color: rgb(54,195,148); }
div.DivClassName
{
background-color: #36C394;
}
.BgClassName
{
background-color: #36C394;
}
</style>
border-color css
<style>
span { border-color: #36C394; }
span { border-color: rgb(54,195,148); }
td.TdClassName
{
border-color: #36C394;
}
.TagClassName
{
border-color: #36C394;
}
</style>