Shades of Shamrock #36C69B
Tints of Shamrock #36C69B
RGB
CMYK
RGB Variations
Color information
#36C69B (or 0x36C69B) is known color: Shamrock. HEX triplet: 36, C6 and 9B. RGB value is (54,198,155). Sum of RGB (Red+Green+Blue) = 54+198+155=407 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.27% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #36C69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C69B is #C93964. Grayscale: #969696. Windows color (decimal): -13187429 or 10208822. OLE color: 10208822.
HSL color Cylindrical-coordinate representation of color #36C69B: hue angle of 162.08º 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 #36C69B is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 198 | 155 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.22 |
| HSL | 162.08º | 0.57% | 0.49% | - |
| HSV(B) | 162.08º | 0.73% | 0.78% | - |
| XYZ | 27.63 | 43.54 | 37.96 | - |
| YUV | 150.04 | 130.79 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 155 | 0.73 | 0 | 0.22 | 0.22 | 162.08 | 0.57 | 0.49 |
| Hex | 36 | C6 | 9B | 49 | 0 | 16 | 16 | A2 | 39 | 31 |
| Octal | 66 | 306 | 233 | 111 | 0 | 26 | 26 | 242 | 71 | 61 |
| Binary | 110110 | 11000110 | 10011011 | 1001001 | 0 | 10110 | 10110 | 10100010 | 111001 | 110001 |
Color Harmonies of #36C69B
Complementary color
Monochromatic Colors of #36C69B
Black with #36C69B
Text Example
Text Example
White with #36C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C69B; }
p { color: rgb(54,198,155); }
H1.HeaderClassName
{
color: #36C69B;
}
.AnyTagClassName
{
color: #36C69B;
}
</style>
background-color css
<style>
a { background-color: #36C69B; }
a { background-color: rgb(54,198,155); }
div.DivClassName
{
background-color: #36C69B;
}
.BgClassName
{
background-color: #36C69B;
}
</style>
border-color css
<style>
span { border-color: #36C69B; }
span { border-color: rgb(54,198,155); }
td.TdClassName
{
border-color: #36C69B;
}
.TagClassName
{
border-color: #36C69B;
}
</style>