Shades of Shamrock #36D384
Tints of Shamrock #36D384
RGB
CMYK
RGB Variations
Color information
#36D384 (or 0x36D384) is known color: Shamrock. HEX triplet: 36, D3 and 84. RGB value is (54,211,132). Sum of RGB (Red+Green+Blue) = 54+211+132=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 211 (82.81% from 255 or 53.15% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 211 - color contains mainly: green. Hex color #36D384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D384 is #C92C7B. Grayscale: #9B9B9B. Windows color (decimal): -13184124 or 8704822. OLE color: 8704822.
HSL color Cylindrical-coordinate representation of color #36D384: hue angle of 149.81º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D384 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 211 | 132 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.17 |
| HSL | 149.81º | 0.64% | 0.52% | - |
| HSV(B) | 149.81º | 0.74% | 0.83% | - |
| XYZ | 28.98 | 49.04 | 29.77 | - |
| YUV | 155.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 132 | 0.74 | 0 | 0.37 | 0.17 | 149.81 | 0.64 | 0.52 |
| Hex | 36 | D3 | 84 | 4A | 0 | 25 | 11 | 96 | 40 | 34 |
| Octal | 66 | 323 | 204 | 112 | 0 | 45 | 21 | 226 | 100 | 64 |
| Binary | 110110 | 11010011 | 10000100 | 1001010 | 0 | 100101 | 10001 | 10010110 | 1000000 | 110100 |
Color Harmonies of #36D384
Complementary color
Monochromatic Colors of #36D384
Black with #36D384
Text Example
Text Example
White with #36D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D384; }
p { color: rgb(54,211,132); }
H1.HeaderClassName
{
color: #36D384;
}
.AnyTagClassName
{
color: #36D384;
}
</style>
background-color css
<style>
a { background-color: #36D384; }
a { background-color: rgb(54,211,132); }
div.DivClassName
{
background-color: #36D384;
}
.BgClassName
{
background-color: #36D384;
}
</style>
border-color css
<style>
span { border-color: #36D384; }
span { border-color: rgb(54,211,132); }
td.TdClassName
{
border-color: #36D384;
}
.TagClassName
{
border-color: #36D384;
}
</style>