Shades of Shamrock #36DA90
Tints of Shamrock #36DA90
RGB
CMYK
RGB Variations
Color information
#36DA90 (or 0x36DA90) is known color: Shamrock. HEX triplet: 36, DA and 90. RGB value is (54,218,144). Sum of RGB (Red+Green+Blue) = 54+218+144=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #36DA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36DA90 is #C9256F. Grayscale: #A0A0A0. Windows color (decimal): -13182320 or 9493046. OLE color: 9493046.
HSL color Cylindrical-coordinate representation of color #36DA90: hue angle of 152.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DA90 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 218 | 144 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.15 |
| HSL | 152.93º | 0.69% | 0.53% | - |
| HSV(B) | 152.93º | 0.75% | 0.85% | - |
| XYZ | 31.63 | 52.94 | 34.94 | - |
| YUV | 160.53 | 118.67 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 218 | 144 | 0.75 | 0 | 0.34 | 0.15 | 152.93 | 0.69 | 0.53 |
| Hex | 36 | DA | 90 | 4B | 0 | 22 | F | 99 | 45 | 35 |
| Octal | 66 | 332 | 220 | 113 | 0 | 42 | 17 | 231 | 105 | 65 |
| Binary | 110110 | 11011010 | 10010000 | 1001011 | 0 | 100010 | 1111 | 10011001 | 1000101 | 110101 |
Color Harmonies of #36DA90
Complementary color
Monochromatic Colors of #36DA90
Black with #36DA90
Text Example
Text Example
White with #36DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36DA90; }
p { color: rgb(54,218,144); }
H1.HeaderClassName
{
color: #36DA90;
}
.AnyTagClassName
{
color: #36DA90;
}
</style>
background-color css
<style>
a { background-color: #36DA90; }
a { background-color: rgb(54,218,144); }
div.DivClassName
{
background-color: #36DA90;
}
.BgClassName
{
background-color: #36DA90;
}
</style>
border-color css
<style>
span { border-color: #36DA90; }
span { border-color: rgb(54,218,144); }
td.TdClassName
{
border-color: #36DA90;
}
.TagClassName
{
border-color: #36DA90;
}
</style>