Shades of Shamrock #36C690
Tints of Shamrock #36C690
RGB
CMYK
RGB Variations
Color information
#36C690 (or 0x36C690) is known color: Shamrock. HEX triplet: 36, C6 and 90. RGB value is (54,198,144). Sum of RGB (Red+Green+Blue) = 54+198+144=396 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.64% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #36C690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C690 is #C9396F. Grayscale: #949494. Windows color (decimal): -13187440 or 9487926. OLE color: 9487926.
HSL color Cylindrical-coordinate representation of color #36C690: hue angle of 157.5º 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 #36C690 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 198 | 144 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.22 |
| HSL | 157.5º | 0.57% | 0.49% | - |
| HSV(B) | 157.5º | 0.73% | 0.78% | - |
| XYZ | 26.75 | 43.19 | 33.31 | - |
| YUV | 148.79 | 125.29 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 144 | 0.73 | 0 | 0.27 | 0.22 | 157.5 | 0.57 | 0.49 |
| Hex | 36 | C6 | 90 | 49 | 0 | 1B | 16 | 9E | 39 | 31 |
| Octal | 66 | 306 | 220 | 111 | 0 | 33 | 26 | 236 | 71 | 61 |
| Binary | 110110 | 11000110 | 10010000 | 1001001 | 0 | 11011 | 10110 | 10011110 | 111001 | 110001 |
Color Harmonies of #36C690
Complementary color
Monochromatic Colors of #36C690
Black with #36C690
Text Example
Text Example
White with #36C690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C690; }
p { color: rgb(54,198,144); }
H1.HeaderClassName
{
color: #36C690;
}
.AnyTagClassName
{
color: #36C690;
}
</style>
background-color css
<style>
a { background-color: #36C690; }
a { background-color: rgb(54,198,144); }
div.DivClassName
{
background-color: #36C690;
}
.BgClassName
{
background-color: #36C690;
}
</style>
border-color css
<style>
span { border-color: #36C690; }
span { border-color: rgb(54,198,144); }
td.TdClassName
{
border-color: #36C690;
}
.TagClassName
{
border-color: #36C690;
}
</style>