Shades of Shamrock #36C69C
Tints of Shamrock #36C69C
RGB
CMYK
RGB Variations
Color information
#36C69C (or 0x36C69C) is known color: Shamrock. HEX triplet: 36, C6 and 9C. RGB value is (54,198,156). Sum of RGB (Red+Green+Blue) = 54+198+156=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #36C69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C69C is #C93963. Grayscale: #969696. Windows color (decimal): -13187428 or 10274358. OLE color: 10274358.
HSL color Cylindrical-coordinate representation of color #36C69C: hue angle of 162.5º 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 #36C69C is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 198 | 156 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.22 |
| HSL | 162.5º | 0.57% | 0.49% | - |
| HSV(B) | 162.5º | 0.73% | 0.78% | - |
| XYZ | 27.72 | 43.57 | 38.4 | - |
| YUV | 150.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 156 | 0.73 | 0 | 0.21 | 0.22 | 162.5 | 0.57 | 0.49 |
| Hex | 36 | C6 | 9C | 49 | 0 | 15 | 16 | A2 | 39 | 31 |
| Octal | 66 | 306 | 234 | 111 | 0 | 25 | 26 | 242 | 71 | 61 |
| Binary | 110110 | 11000110 | 10011100 | 1001001 | 0 | 10101 | 10110 | 10100010 | 111001 | 110001 |
Color Harmonies of #36C69C
Complementary color
Monochromatic Colors of #36C69C
Black with #36C69C
Text Example
Text Example
White with #36C69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C69C; }
p { color: rgb(54,198,156); }
H1.HeaderClassName
{
color: #36C69C;
}
.AnyTagClassName
{
color: #36C69C;
}
</style>
background-color css
<style>
a { background-color: #36C69C; }
a { background-color: rgb(54,198,156); }
div.DivClassName
{
background-color: #36C69C;
}
.BgClassName
{
background-color: #36C69C;
}
</style>
border-color css
<style>
span { border-color: #36C69C; }
span { border-color: rgb(54,198,156); }
td.TdClassName
{
border-color: #36C69C;
}
.TagClassName
{
border-color: #36C69C;
}
</style>