Shades of Shamrock #36C08A
Tints of Shamrock #36C08A
RGB
CMYK
RGB Variations
Color information
#36C08A (or 0x36C08A) is known color: Shamrock. HEX triplet: 36, C0 and 8A. RGB value is (54,192,138). Sum of RGB (Red+Green+Blue) = 54+192+138=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #36C08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C08A is #C93F75. Grayscale: #909090. Windows color (decimal): -13188982 or 9093174. OLE color: 9093174.
HSL color Cylindrical-coordinate representation of color #36C08A: hue angle of 156.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C08A is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 138 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.25 |
| HSL | 156.52º | 0.56% | 0.48% | - |
| HSV(B) | 156.52º | 0.72% | 0.75% | - |
| XYZ | 24.96 | 40.32 | 30.51 | - |
| YUV | 144.58 | 124.28 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 138 | 0.72 | 0 | 0.28 | 0.25 | 156.52 | 0.56 | 0.48 |
| Hex | 36 | C0 | 8A | 48 | 0 | 1C | 19 | 9D | 38 | 30 |
| Octal | 66 | 300 | 212 | 110 | 0 | 34 | 31 | 235 | 70 | 60 |
| Binary | 110110 | 11000000 | 10001010 | 1001000 | 0 | 11100 | 11001 | 10011101 | 111000 | 110000 |
Color Harmonies of #36C08A
Complementary color
Monochromatic Colors of #36C08A
Black with #36C08A
Text Example
Text Example
White with #36C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C08A; }
p { color: rgb(54,192,138); }
H1.HeaderClassName
{
color: #36C08A;
}
.AnyTagClassName
{
color: #36C08A;
}
</style>
background-color css
<style>
a { background-color: #36C08A; }
a { background-color: rgb(54,192,138); }
div.DivClassName
{
background-color: #36C08A;
}
.BgClassName
{
background-color: #36C08A;
}
</style>
border-color css
<style>
span { border-color: #36C08A; }
span { border-color: rgb(54,192,138); }
td.TdClassName
{
border-color: #36C08A;
}
.TagClassName
{
border-color: #36C08A;
}
</style>