Shades of Shamrock #36DB9F
Tints of Shamrock #36DB9F
RGB
CMYK
RGB Variations
Color information
#36DB9F (or 0x36DB9F) is known color: Shamrock. HEX triplet: 36, DB and 9F. RGB value is (54,219,159). Sum of RGB (Red+Green+Blue) = 54+219+159=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 219 (85.94% from 255 or 50.69% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 219 - color contains mainly: green. Hex color #36DB9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DB9F is #C92460. Grayscale: #A2A2A2. Windows color (decimal): -13182049 or 10476342. OLE color: 10476342.
HSL color Cylindrical-coordinate representation of color #36DB9F: hue angle of 158.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DB9F is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 219 | 159 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.14 |
| HSL | 158.18º | 0.7% | 0.54% | - |
| HSV(B) | 158.18º | 0.75% | 0.86% | - |
| XYZ | 33.11 | 53.95 | 41.47 | - |
| YUV | 162.83 | 125.84 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 219 | 159 | 0.75 | 0 | 0.27 | 0.14 | 158.18 | 0.7 | 0.54 |
| Hex | 36 | DB | 9F | 4B | 0 | 1B | E | 9E | 46 | 36 |
| Octal | 66 | 333 | 237 | 113 | 0 | 33 | 16 | 236 | 106 | 66 |
| Binary | 110110 | 11011011 | 10011111 | 1001011 | 0 | 11011 | 1110 | 10011110 | 1000110 | 110110 |
Color Harmonies of #36DB9F
Complementary color
Monochromatic Colors of #36DB9F
Black with #36DB9F
Text Example
Text Example
White with #36DB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DB9F; }
p { color: rgb(54,219,159); }
H1.HeaderClassName
{
color: #36DB9F;
}
.AnyTagClassName
{
color: #36DB9F;
}
</style>
background-color css
<style>
a { background-color: #36DB9F; }
a { background-color: rgb(54,219,159); }
div.DivClassName
{
background-color: #36DB9F;
}
.BgClassName
{
background-color: #36DB9F;
}
</style>
border-color css
<style>
span { border-color: #36DB9F; }
span { border-color: rgb(54,219,159); }
td.TdClassName
{
border-color: #36DB9F;
}
.TagClassName
{
border-color: #36DB9F;
}
</style>