Shades of Emerald #36D06C
Tints of Emerald #36D06C
RGB
CMYK
RGB Variations
Color information
#36D06C (or 0x36D06C) is known color: Emerald. HEX triplet: 36, D0 and 6C. RGB value is (54,208,108). Sum of RGB (Red+Green+Blue) = 54+208+108=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #36D06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D06C is #C92F93. Grayscale: #969696. Windows color (decimal): -13184916 or 7131190. OLE color: 7131190.
HSL color Cylindrical-coordinate representation of color #36D06C: hue angle of 141.04º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D06C is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 208 | 108 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.18 |
| HSL | 141.04º | 0.62% | 0.51% | - |
| HSV(B) | 141.04º | 0.74% | 0.82% | - |
| XYZ | 26.78 | 46.98 | 21.84 | - |
| YUV | 150.55 | 103.98 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 208 | 108 | 0.74 | 0 | 0.48 | 0.18 | 141.04 | 0.62 | 0.51 |
| Hex | 36 | D0 | 6C | 4A | 0 | 30 | 12 | 8D | 3E | 33 |
| Octal | 66 | 320 | 154 | 112 | 0 | 60 | 22 | 215 | 76 | 63 |
| Binary | 110110 | 11010000 | 1101100 | 1001010 | 0 | 110000 | 10010 | 10001101 | 111110 | 110011 |
Color Harmonies of #36D06C
Complementary color
Monochromatic Colors of #36D06C
Black with #36D06C
Text Example
Text Example
White with #36D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D06C; }
p { color: rgb(54,208,108); }
H1.HeaderClassName
{
color: #36D06C;
}
.AnyTagClassName
{
color: #36D06C;
}
</style>
background-color css
<style>
a { background-color: #36D06C; }
a { background-color: rgb(54,208,108); }
div.DivClassName
{
background-color: #36D06C;
}
.BgClassName
{
background-color: #36D06C;
}
</style>
border-color css
<style>
span { border-color: #36D06C; }
span { border-color: rgb(54,208,108); }
td.TdClassName
{
border-color: #36D06C;
}
.TagClassName
{
border-color: #36D06C;
}
</style>