Shades of Jewel #16644D
Tints of Jewel #16644D
RGB
CMYK
RGB Variations
Color information
#16644D (or 0x16644D) is known color: Jewel. HEX triplet: 16, 64 and 4D. RGB value is (22,100,77). Sum of RGB (Red+Green+Blue) = 22+100+77=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #16644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16644D is #E99BB2. Grayscale: #4A4A4A. Windows color (decimal): -15309747 or 5071894. OLE color: 5071894.
HSL color Cylindrical-coordinate representation of color #16644D: hue angle of 162.31º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16644D is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 100 | 77 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.61 |
| HSL | 162.31º | 0.64% | 0.24% | - |
| HSV(B) | 162.31º | 0.78% | 0.39% | - |
| XYZ | 6.23 | 9.82 | 8.59 | - |
| YUV | 74.06 | 129.66 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 77 | 0.78 | 0 | 0.23 | 0.61 | 162.31 | 0.64 | 0.24 |
| Hex | 16 | 64 | 4D | 4E | 0 | 17 | 3D | A2 | 40 | 18 |
| Octal | 26 | 144 | 115 | 116 | 0 | 27 | 75 | 242 | 100 | 30 |
| Binary | 10110 | 1100100 | 1001101 | 1001110 | 0 | 10111 | 111101 | 10100010 | 1000000 | 11000 |
Color Harmonies of #16644D
Complementary color
Monochromatic Colors of #16644D
Black with #16644D
Text Example
Text Example
White with #16644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16644D; }
p { color: rgb(22,100,77); }
H1.HeaderClassName
{
color: #16644D;
}
.AnyTagClassName
{
color: #16644D;
}
</style>
background-color css
<style>
a { background-color: #16644D; }
a { background-color: rgb(22,100,77); }
div.DivClassName
{
background-color: #16644D;
}
.BgClassName
{
background-color: #16644D;
}
</style>
border-color css
<style>
span { border-color: #16644D; }
span { border-color: rgb(22,100,77); }
td.TdClassName
{
border-color: #16644D;
}
.TagClassName
{
border-color: #16644D;
}
</style>