Shades of Shamrock #36D18B
Tints of Shamrock #36D18B
RGB
CMYK
RGB Variations
Color information
#36D18B (or 0x36D18B) is known color: Shamrock. HEX triplet: 36, D1 and 8B. RGB value is (54,209,139). Sum of RGB (Red+Green+Blue) = 54+209+139=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #36D18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D18B is #C92E74. Grayscale: #9A9A9A. Windows color (decimal): -13184629 or 9163062. OLE color: 9163062.
HSL color Cylindrical-coordinate representation of color #36D18B: hue angle of 152.9º 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 #36D18B is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 209 | 139 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.18 |
| HSL | 152.9º | 0.63% | 0.52% | - |
| HSV(B) | 152.9º | 0.74% | 0.82% | - |
| XYZ | 28.98 | 48.25 | 32.21 | - |
| YUV | 154.68 | 119.15 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 209 | 139 | 0.74 | 0 | 0.33 | 0.18 | 152.9 | 0.63 | 0.52 |
| Hex | 36 | D1 | 8B | 4A | 0 | 21 | 12 | 99 | 3F | 34 |
| Octal | 66 | 321 | 213 | 112 | 0 | 41 | 22 | 231 | 77 | 64 |
| Binary | 110110 | 11010001 | 10001011 | 1001010 | 0 | 100001 | 10010 | 10011001 | 111111 | 110100 |
Color Harmonies of #36D18B
Complementary color
Monochromatic Colors of #36D18B
Black with #36D18B
Text Example
Text Example
White with #36D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D18B; }
p { color: rgb(54,209,139); }
H1.HeaderClassName
{
color: #36D18B;
}
.AnyTagClassName
{
color: #36D18B;
}
</style>
background-color css
<style>
a { background-color: #36D18B; }
a { background-color: rgb(54,209,139); }
div.DivClassName
{
background-color: #36D18B;
}
.BgClassName
{
background-color: #36D18B;
}
</style>
border-color css
<style>
span { border-color: #36D18B; }
span { border-color: rgb(54,209,139); }
td.TdClassName
{
border-color: #36D18B;
}
.TagClassName
{
border-color: #36D18B;
}
</style>