Shades of Shamrock #36C694
Tints of Shamrock #36C694
RGB
CMYK
RGB Variations
Color information
#36C694 (or 0x36C694) is known color: Shamrock. HEX triplet: 36, C6 and 94. RGB value is (54,198,148). Sum of RGB (Red+Green+Blue) = 54+198+148=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #36C694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C694 is #C9396B. Grayscale: #959595. Windows color (decimal): -13187436 or 9750070. OLE color: 9750070.
HSL color Cylindrical-coordinate representation of color #36C694: hue angle of 159.17º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C694 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 198 | 148 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.22 |
| HSL | 159.17º | 0.57% | 0.49% | - |
| HSV(B) | 159.17º | 0.73% | 0.78% | - |
| XYZ | 27.06 | 43.31 | 34.95 | - |
| YUV | 149.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 148 | 0.73 | 0 | 0.25 | 0.22 | 159.17 | 0.57 | 0.49 |
| Hex | 36 | C6 | 94 | 49 | 0 | 19 | 16 | 9F | 39 | 31 |
| Octal | 66 | 306 | 224 | 111 | 0 | 31 | 26 | 237 | 71 | 61 |
| Binary | 110110 | 11000110 | 10010100 | 1001001 | 0 | 11001 | 10110 | 10011111 | 111001 | 110001 |
Color Harmonies of #36C694
Complementary color
Monochromatic Colors of #36C694
Black with #36C694
Text Example
Text Example
White with #36C694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C694; }
p { color: rgb(54,198,148); }
H1.HeaderClassName
{
color: #36C694;
}
.AnyTagClassName
{
color: #36C694;
}
</style>
background-color css
<style>
a { background-color: #36C694; }
a { background-color: rgb(54,198,148); }
div.DivClassName
{
background-color: #36C694;
}
.BgClassName
{
background-color: #36C694;
}
</style>
border-color css
<style>
span { border-color: #36C694; }
span { border-color: rgb(54,198,148); }
td.TdClassName
{
border-color: #36C694;
}
.TagClassName
{
border-color: #36C694;
}
</style>