Shades of Shamrock #36D694
Tints of Shamrock #36D694
RGB
CMYK
RGB Variations
Color information
#36D694 (or 0x36D694) is known color: Shamrock. HEX triplet: 36, D6 and 94. RGB value is (54,214,148). Sum of RGB (Red+Green+Blue) = 54+214+148=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #36D694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36D694 is #C9296B. Grayscale: #9E9E9E. Windows color (decimal): -13183340 or 9754166. OLE color: 9754166.
HSL color Cylindrical-coordinate representation of color #36D694: hue angle of 155.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D694 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 148 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.16 |
| HSL | 155.25º | 0.66% | 0.53% | - |
| HSV(B) | 155.25º | 0.75% | 0.84% | - |
| XYZ | 30.91 | 51.02 | 36.23 | - |
| YUV | 158.64 | 121.99 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 148 | 0.75 | 0 | 0.31 | 0.16 | 155.25 | 0.66 | 0.53 |
| Hex | 36 | D6 | 94 | 4B | 0 | 1F | 10 | 9B | 42 | 35 |
| Octal | 66 | 326 | 224 | 113 | 0 | 37 | 20 | 233 | 102 | 65 |
| Binary | 110110 | 11010110 | 10010100 | 1001011 | 0 | 11111 | 10000 | 10011011 | 1000010 | 110101 |
Color Harmonies of #36D694
Complementary color
Monochromatic Colors of #36D694
Black with #36D694
Text Example
Text Example
White with #36D694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D694; }
p { color: rgb(54,214,148); }
H1.HeaderClassName
{
color: #36D694;
}
.AnyTagClassName
{
color: #36D694;
}
</style>
background-color css
<style>
a { background-color: #36D694; }
a { background-color: rgb(54,214,148); }
div.DivClassName
{
background-color: #36D694;
}
.BgClassName
{
background-color: #36D694;
}
</style>
border-color css
<style>
span { border-color: #36D694; }
span { border-color: rgb(54,214,148); }
td.TdClassName
{
border-color: #36D694;
}
.TagClassName
{
border-color: #36D694;
}
</style>