Shades of Shamrock #36C68B
Tints of Shamrock #36C68B
RGB
CMYK
RGB Variations
Color information
#36C68B (or 0x36C68B) is known color: Shamrock. HEX triplet: 36, C6 and 8B. RGB value is (54,198,139). Sum of RGB (Red+Green+Blue) = 54+198+139=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #36C68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C68B is #C93974. Grayscale: #949494. Windows color (decimal): -13187445 or 9160246. OLE color: 9160246.
HSL color Cylindrical-coordinate representation of color #36C68B: hue angle of 155.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C68B is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 198 | 139 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.22 |
| HSL | 155.42º | 0.57% | 0.49% | - |
| HSV(B) | 155.42º | 0.73% | 0.78% | - |
| XYZ | 26.38 | 43.04 | 31.34 | - |
| YUV | 148.22 | 122.79 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 139 | 0.73 | 0 | 0.30 | 0.22 | 155.42 | 0.57 | 0.49 |
| Hex | 36 | C6 | 8B | 49 | 0 | 1E | 16 | 9B | 39 | 31 |
| Octal | 66 | 306 | 213 | 111 | 0 | 36 | 26 | 233 | 71 | 61 |
| Binary | 110110 | 11000110 | 10001011 | 1001001 | 0 | 11110 | 10110 | 10011011 | 111001 | 110001 |
Color Harmonies of #36C68B
Complementary color
Monochromatic Colors of #36C68B
Black with #36C68B
Text Example
Text Example
White with #36C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C68B; }
p { color: rgb(54,198,139); }
H1.HeaderClassName
{
color: #36C68B;
}
.AnyTagClassName
{
color: #36C68B;
}
</style>
background-color css
<style>
a { background-color: #36C68B; }
a { background-color: rgb(54,198,139); }
div.DivClassName
{
background-color: #36C68B;
}
.BgClassName
{
background-color: #36C68B;
}
</style>
border-color css
<style>
span { border-color: #36C68B; }
span { border-color: rgb(54,198,139); }
td.TdClassName
{
border-color: #36C68B;
}
.TagClassName
{
border-color: #36C68B;
}
</style>