Shades of Shamrock #36D194
Tints of Shamrock #36D194
RGB
CMYK
RGB Variations
Color information
#36D194 (or 0x36D194) is known color: Shamrock. HEX triplet: 36, D1 and 94. RGB value is (54,209,148). Sum of RGB (Red+Green+Blue) = 54+209+148=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #36D194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D194 is #C92E6B. Grayscale: #9B9B9B. Windows color (decimal): -13184620 or 9752886. OLE color: 9752886.
HSL color Cylindrical-coordinate representation of color #36D194: hue angle of 156.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D194 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 209 | 148 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.18 |
| HSL | 156.39º | 0.63% | 0.52% | - |
| HSV(B) | 156.39º | 0.74% | 0.82% | - |
| XYZ | 29.67 | 48.52 | 35.82 | - |
| YUV | 155.7 | 123.65 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 209 | 148 | 0.74 | 0 | 0.29 | 0.18 | 156.39 | 0.63 | 0.52 |
| Hex | 36 | D1 | 94 | 4A | 0 | 1D | 12 | 9C | 3F | 34 |
| Octal | 66 | 321 | 224 | 112 | 0 | 35 | 22 | 234 | 77 | 64 |
| Binary | 110110 | 11010001 | 10010100 | 1001010 | 0 | 11101 | 10010 | 10011100 | 111111 | 110100 |
Color Harmonies of #36D194
Complementary color
Monochromatic Colors of #36D194
Black with #36D194
Text Example
Text Example
White with #36D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D194; }
p { color: rgb(54,209,148); }
H1.HeaderClassName
{
color: #36D194;
}
.AnyTagClassName
{
color: #36D194;
}
</style>
background-color css
<style>
a { background-color: #36D194; }
a { background-color: rgb(54,209,148); }
div.DivClassName
{
background-color: #36D194;
}
.BgClassName
{
background-color: #36D194;
}
</style>
border-color css
<style>
span { border-color: #36D194; }
span { border-color: rgb(54,209,148); }
td.TdClassName
{
border-color: #36D194;
}
.TagClassName
{
border-color: #36D194;
}
</style>