Shades of Shamrock #36E38B
Tints of Shamrock #36E38B
RGB
CMYK
RGB Variations
Color information
#36E38B (or 0x36E38B) is known color: Shamrock. HEX triplet: 36, E3 and 8B. RGB value is (54,227,139). Sum of RGB (Red+Green+Blue) = 54+227+139=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 227 (89.06% from 255 or 54.05% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 227 - color contains mainly: green. Hex color #36E38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36E38B is #C91C74. Grayscale: #A5A5A5. Windows color (decimal): -13180021 or 9167670. OLE color: 9167670.
HSL color Cylindrical-coordinate representation of color #36E38B: hue angle of 149.48º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E38B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 227 | 139 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.11 |
| HSL | 149.48º | 0.76% | 0.55% | - |
| HSV(B) | 149.48º | 0.76% | 0.89% | - |
| XYZ | 33.65 | 57.59 | 33.77 | - |
| YUV | 165.24 | 113.19 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 227 | 139 | 0.76 | 0 | 0.39 | 0.11 | 149.48 | 0.76 | 0.55 |
| Hex | 36 | E3 | 8B | 4C | 0 | 27 | B | 95 | 4C | 37 |
| Octal | 66 | 343 | 213 | 114 | 0 | 47 | 13 | 225 | 114 | 67 |
| Binary | 110110 | 11100011 | 10001011 | 1001100 | 0 | 100111 | 1011 | 10010101 | 1001100 | 110111 |
Color Harmonies of #36E38B
Complementary color
Monochromatic Colors of #36E38B
Black with #36E38B
Text Example
Text Example
White with #36E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E38B; }
p { color: rgb(54,227,139); }
H1.HeaderClassName
{
color: #36E38B;
}
.AnyTagClassName
{
color: #36E38B;
}
</style>
background-color css
<style>
a { background-color: #36E38B; }
a { background-color: rgb(54,227,139); }
div.DivClassName
{
background-color: #36E38B;
}
.BgClassName
{
background-color: #36E38B;
}
</style>
border-color css
<style>
span { border-color: #36E38B; }
span { border-color: rgb(54,227,139); }
td.TdClassName
{
border-color: #36E38B;
}
.TagClassName
{
border-color: #36E38B;
}
</style>