Shades of Shamrock #36C98C
Tints of Shamrock #36C98C
RGB
CMYK
RGB Variations
Color information
#36C98C (or 0x36C98C) is known color: Shamrock. HEX triplet: 36, C9 and 8C. RGB value is (54,201,140). Sum of RGB (Red+Green+Blue) = 54+201+140=395 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.67% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #36C98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C98C is #C93673. Grayscale: #969696. Windows color (decimal): -13186676 or 9226550. OLE color: 9226550.
HSL color Cylindrical-coordinate representation of color #36C98C: hue angle of 155.1º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C98C is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 140 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.21 |
| HSL | 155.1º | 0.58% | 0.5% | - |
| HSV(B) | 155.1º | 0.73% | 0.79% | - |
| XYZ | 27.14 | 44.45 | 31.96 | - |
| YUV | 150.09 | 122.3 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 140 | 0.73 | 0 | 0.30 | 0.21 | 155.1 | 0.58 | 0.5 |
| Hex | 36 | C9 | 8C | 49 | 0 | 1E | 15 | 9B | 3A | 32 |
| Octal | 66 | 311 | 214 | 111 | 0 | 36 | 25 | 233 | 72 | 62 |
| Binary | 110110 | 11001001 | 10001100 | 1001001 | 0 | 11110 | 10101 | 10011011 | 111010 | 110010 |
Color Harmonies of #36C98C
Complementary color
Monochromatic Colors of #36C98C
Black with #36C98C
Text Example
Text Example
White with #36C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C98C; }
p { color: rgb(54,201,140); }
H1.HeaderClassName
{
color: #36C98C;
}
.AnyTagClassName
{
color: #36C98C;
}
</style>
background-color css
<style>
a { background-color: #36C98C; }
a { background-color: rgb(54,201,140); }
div.DivClassName
{
background-color: #36C98C;
}
.BgClassName
{
background-color: #36C98C;
}
</style>
border-color css
<style>
span { border-color: #36C98C; }
span { border-color: rgb(54,201,140); }
td.TdClassName
{
border-color: #36C98C;
}
.TagClassName
{
border-color: #36C98C;
}
</style>