Shades of Jewel #16644B
Tints of Jewel #16644B
RGB
CMYK
RGB Variations
Color information
#16644B (or 0x16644B) is known color: Jewel. HEX triplet: 16, 64 and 4B. RGB value is (22,100,75). Sum of RGB (Red+Green+Blue) = 22+100+75=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #16644B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16644B is #E99BB4. Grayscale: #494949. Windows color (decimal): -15309749 or 4940822. OLE color: 4940822.
HSL color Cylindrical-coordinate representation of color #16644B: hue angle of 160.77º 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 #16644B is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 100 | 75 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.61 |
| HSL | 160.77º | 0.64% | 0.24% | - |
| HSV(B) | 160.77º | 0.78% | 0.39% | - |
| XYZ | 6.16 | 9.79 | 8.22 | - |
| YUV | 73.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 75 | 0.78 | 0 | 0.25 | 0.61 | 160.77 | 0.64 | 0.24 |
| Hex | 16 | 64 | 4B | 4E | 0 | 19 | 3D | A1 | 40 | 18 |
| Octal | 26 | 144 | 113 | 116 | 0 | 31 | 75 | 241 | 100 | 30 |
| Binary | 10110 | 1100100 | 1001011 | 1001110 | 0 | 11001 | 111101 | 10100001 | 1000000 | 11000 |
Color Harmonies of #16644B
Complementary color
Monochromatic Colors of #16644B
Black with #16644B
Text Example
Text Example
White with #16644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16644B; }
p { color: rgb(22,100,75); }
H1.HeaderClassName
{
color: #16644B;
}
.AnyTagClassName
{
color: #16644B;
}
</style>
background-color css
<style>
a { background-color: #16644B; }
a { background-color: rgb(22,100,75); }
div.DivClassName
{
background-color: #16644B;
}
.BgClassName
{
background-color: #16644B;
}
</style>
border-color css
<style>
span { border-color: #16644B; }
span { border-color: rgb(22,100,75); }
td.TdClassName
{
border-color: #16644B;
}
.TagClassName
{
border-color: #16644B;
}
</style>