Shades of Shamrock #36C28A
Tints of Shamrock #36C28A
RGB
CMYK
RGB Variations
Color information
#36C28A (or 0x36C28A) is known color: Shamrock. HEX triplet: 36, C2 and 8A. RGB value is (54,194,138). Sum of RGB (Red+Green+Blue) = 54+194+138=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #36C28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C28A is #C93D75. Grayscale: #919191. Windows color (decimal): -13188470 or 9093686. OLE color: 9093686.
HSL color Cylindrical-coordinate representation of color #36C28A: hue angle of 156º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C28A is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 138 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.24 |
| HSL | 156º | 0.56% | 0.49% | - |
| HSV(B) | 156º | 0.72% | 0.76% | - |
| XYZ | 25.4 | 41.2 | 30.66 | - |
| YUV | 145.76 | 123.62 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 138 | 0.72 | 0 | 0.29 | 0.24 | 156 | 0.56 | 0.49 |
| Hex | 36 | C2 | 8A | 48 | 0 | 1D | 18 | 9C | 38 | 31 |
| Octal | 66 | 302 | 212 | 110 | 0 | 35 | 30 | 234 | 70 | 61 |
| Binary | 110110 | 11000010 | 10001010 | 1001000 | 0 | 11101 | 11000 | 10011100 | 111000 | 110001 |
Color Harmonies of #36C28A
Complementary color
Monochromatic Colors of #36C28A
Black with #36C28A
Text Example
Text Example
White with #36C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C28A; }
p { color: rgb(54,194,138); }
H1.HeaderClassName
{
color: #36C28A;
}
.AnyTagClassName
{
color: #36C28A;
}
</style>
background-color css
<style>
a { background-color: #36C28A; }
a { background-color: rgb(54,194,138); }
div.DivClassName
{
background-color: #36C28A;
}
.BgClassName
{
background-color: #36C28A;
}
</style>
border-color css
<style>
span { border-color: #36C28A; }
span { border-color: rgb(54,194,138); }
td.TdClassName
{
border-color: #36C28A;
}
.TagClassName
{
border-color: #36C28A;
}
</style>