Shades of Jewel #115947
Tints of Jewel #115947
RGB
CMYK
RGB Variations
Color information
#115947 (or 0x115947) is known color: Jewel. HEX triplet: 11, 59 and 47. RGB value is (17,89,71). Sum of RGB (Red+Green+Blue) = 17+89+71=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #115947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115947 is #EEA6B8. Grayscale: #414141. Windows color (decimal): -15640249 or 4675857. OLE color: 4675857.
HSL color Cylindrical-coordinate representation of color #115947: hue angle of 165º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115947 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 71 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.65 |
| HSL | 165º | 0.68% | 0.21% | - |
| HSV(B) | 165º | 0.81% | 0.35% | - |
| XYZ | 4.94 | 7.72 | 7.19 | - |
| YUV | 65.42 | 131.15 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 71 | 0.81 | 0 | 0.20 | 0.65 | 165 | 0.68 | 0.21 |
| Hex | 11 | 59 | 47 | 51 | 0 | 14 | 41 | A5 | 44 | 15 |
| Octal | 21 | 131 | 107 | 121 | 0 | 24 | 101 | 245 | 104 | 25 |
| Binary | 10001 | 1011001 | 1000111 | 1010001 | 0 | 10100 | 1000001 | 10100101 | 1000100 | 10101 |
Color Harmonies of #115947
Complementary color
Monochromatic Colors of #115947
Black with #115947
Text Example
Text Example
White with #115947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115947; }
p { color: rgb(17,89,71); }
H1.HeaderClassName
{
color: #115947;
}
.AnyTagClassName
{
color: #115947;
}
</style>
background-color css
<style>
a { background-color: #115947; }
a { background-color: rgb(17,89,71); }
div.DivClassName
{
background-color: #115947;
}
.BgClassName
{
background-color: #115947;
}
</style>
border-color css
<style>
span { border-color: #115947; }
span { border-color: rgb(17,89,71); }
td.TdClassName
{
border-color: #115947;
}
.TagClassName
{
border-color: #115947;
}
</style>