Shades of Jewel #116343
Tints of Jewel #116343
RGB
CMYK
RGB Variations
Color information
#116343 (or 0x116343) is known color: Jewel. HEX triplet: 11, 63 and 43. RGB value is (17,99,67). Sum of RGB (Red+Green+Blue) = 17+99+67=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #116343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116343 is #EE9CBC. Grayscale: #464646. Windows color (decimal): -15637693 or 4416273. OLE color: 4416273.
HSL color Cylindrical-coordinate representation of color #116343: hue angle of 156.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116343 is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 99 | 67 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.61 |
| HSL | 156.59º | 0.71% | 0.23% | - |
| HSV(B) | 156.59º | 0.83% | 0.39% | - |
| XYZ | 5.71 | 9.45 | 6.83 | - |
| YUV | 70.83 | 125.83 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 99 | 67 | 0.83 | 0 | 0.32 | 0.61 | 156.59 | 0.71 | 0.23 |
| Hex | 11 | 63 | 43 | 53 | 0 | 20 | 3D | 9D | 47 | 17 |
| Octal | 21 | 143 | 103 | 123 | 0 | 40 | 75 | 235 | 107 | 27 |
| Binary | 10001 | 1100011 | 1000011 | 1010011 | 0 | 100000 | 111101 | 10011101 | 1000111 | 10111 |
Color Harmonies of #116343
Complementary color
Monochromatic Colors of #116343
Black with #116343
Text Example
Text Example
White with #116343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116343; }
p { color: rgb(17,99,67); }
H1.HeaderClassName
{
color: #116343;
}
.AnyTagClassName
{
color: #116343;
}
</style>
background-color css
<style>
a { background-color: #116343; }
a { background-color: rgb(17,99,67); }
div.DivClassName
{
background-color: #116343;
}
.BgClassName
{
background-color: #116343;
}
</style>
border-color css
<style>
span { border-color: #116343; }
span { border-color: rgb(17,99,67); }
td.TdClassName
{
border-color: #116343;
}
.TagClassName
{
border-color: #116343;
}
</style>