Shades of Jewel #116E49
Tints of Jewel #116E49
RGB
CMYK
RGB Variations
Color information
#116E49 (or 0x116E49) is known color: Jewel. HEX triplet: 11, 6E and 49. RGB value is (17,110,73). Sum of RGB (Red+Green+Blue) = 17+110+73=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 110 (43.36% from 255 or 55% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 110 - color contains mainly: green. Hex color #116E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116E49 is #EE91B6. Grayscale: #4E4E4E. Windows color (decimal): -15634871 or 4812305. OLE color: 4812305.
HSL color Cylindrical-coordinate representation of color #116E49: hue angle of 156.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #116E49 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 110 | 73 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.57 |
| HSL | 156.13º | 0.73% | 0.25% | - |
| HSV(B) | 156.13º | 0.85% | 0.43% | - |
| XYZ | 7.01 | 11.75 | 8.2 | - |
| YUV | 77.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 110 | 73 | 0.85 | 0 | 0.34 | 0.57 | 156.13 | 0.73 | 0.25 |
| Hex | 11 | 6E | 49 | 55 | 0 | 22 | 39 | 9C | 49 | 19 |
| Octal | 21 | 156 | 111 | 125 | 0 | 42 | 71 | 234 | 111 | 31 |
| Binary | 10001 | 1101110 | 1001001 | 1010101 | 0 | 100010 | 111001 | 10011100 | 1001001 | 11001 |
Color Harmonies of #116E49
Complementary color
Monochromatic Colors of #116E49
Black with #116E49
Text Example
Text Example
White with #116E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116E49; }
p { color: rgb(17,110,73); }
H1.HeaderClassName
{
color: #116E49;
}
.AnyTagClassName
{
color: #116E49;
}
</style>
background-color css
<style>
a { background-color: #116E49; }
a { background-color: rgb(17,110,73); }
div.DivClassName
{
background-color: #116E49;
}
.BgClassName
{
background-color: #116E49;
}
</style>
border-color css
<style>
span { border-color: #116E49; }
span { border-color: rgb(17,110,73); }
td.TdClassName
{
border-color: #116E49;
}
.TagClassName
{
border-color: #116E49;
}
</style>