Shades of Jewel #115945
Tints of Jewel #115945
RGB
CMYK
RGB Variations
Color information
#115945 (or 0x115945) is known color: Jewel. HEX triplet: 11, 59 and 45. RGB value is (17,89,69). Sum of RGB (Red+Green+Blue) = 17+89+69=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #115945 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #115945 is #EEA6BA. Grayscale: #414141. Windows color (decimal): -15640251 or 4544785. OLE color: 4544785.
HSL color Cylindrical-coordinate representation of color #115945: hue angle of 163.33º 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 #115945 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 89 | 69 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.65 |
| HSL | 163.33º | 0.68% | 0.21% | - |
| HSV(B) | 163.33º | 0.81% | 0.35% | - |
| XYZ | 4.88 | 7.69 | 6.86 | - |
| YUV | 65.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 69 | 0.81 | 0 | 0.22 | 0.65 | 163.33 | 0.68 | 0.21 |
| Hex | 11 | 59 | 45 | 51 | 0 | 16 | 41 | A3 | 44 | 15 |
| Octal | 21 | 131 | 105 | 121 | 0 | 26 | 101 | 243 | 104 | 25 |
| Binary | 10001 | 1011001 | 1000101 | 1010001 | 0 | 10110 | 1000001 | 10100011 | 1000100 | 10101 |
Color Harmonies of #115945
Complementary color
Monochromatic Colors of #115945
Black with #115945
Text Example
Text Example
White with #115945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115945; }
p { color: rgb(17,89,69); }
H1.HeaderClassName
{
color: #115945;
}
.AnyTagClassName
{
color: #115945;
}
</style>
background-color css
<style>
a { background-color: #115945; }
a { background-color: rgb(17,89,69); }
div.DivClassName
{
background-color: #115945;
}
.BgClassName
{
background-color: #115945;
}
</style>
border-color css
<style>
span { border-color: #115945; }
span { border-color: rgb(17,89,69); }
td.TdClassName
{
border-color: #115945;
}
.TagClassName
{
border-color: #115945;
}
</style>