Shades of Emerald #36D672
Tints of Emerald #36D672
RGB
CMYK
RGB Variations
Color information
#36D672 (or 0x36D672) is known color: Emerald. HEX triplet: 36, D6 and 72. RGB value is (54,214,114). Sum of RGB (Red+Green+Blue) = 54+214+114=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #36D672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D672 is #C9298D. Grayscale: #9A9A9A. Windows color (decimal): -13183374 or 7525942. OLE color: 7525942.
HSL color Cylindrical-coordinate representation of color #36D672: hue angle of 142.5º 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 #36D672 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 114 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.16 |
| HSL | 142.5º | 0.66% | 0.53% | - |
| HSV(B) | 142.5º | 0.75% | 0.84% | - |
| XYZ | 28.61 | 50.09 | 24.08 | - |
| YUV | 154.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 114 | 0.75 | 0 | 0.47 | 0.16 | 142.5 | 0.66 | 0.53 |
| Hex | 36 | D6 | 72 | 4B | 0 | 2F | 10 | 8E | 42 | 35 |
| Octal | 66 | 326 | 162 | 113 | 0 | 57 | 20 | 216 | 102 | 65 |
| Binary | 110110 | 11010110 | 1110010 | 1001011 | 0 | 101111 | 10000 | 10001110 | 1000010 | 110101 |
Color Harmonies of #36D672
Complementary color
Monochromatic Colors of #36D672
Black with #36D672
Text Example
Text Example
White with #36D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D672; }
p { color: rgb(54,214,114); }
H1.HeaderClassName
{
color: #36D672;
}
.AnyTagClassName
{
color: #36D672;
}
</style>
background-color css
<style>
a { background-color: #36D672; }
a { background-color: rgb(54,214,114); }
div.DivClassName
{
background-color: #36D672;
}
.BgClassName
{
background-color: #36D672;
}
</style>
border-color css
<style>
span { border-color: #36D672; }
span { border-color: rgb(54,214,114); }
td.TdClassName
{
border-color: #36D672;
}
.TagClassName
{
border-color: #36D672;
}
</style>