Shades of Jewel #16644A
Tints of Jewel #16644A
RGB
CMYK
RGB Variations
Color information
#16644A (or 0x16644A) is known color: Jewel. HEX triplet: 16, 64 and 4A. RGB value is (22,100,74). Sum of RGB (Red+Green+Blue) = 22+100+74=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 100 (39.45% from 255 or 51.02% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 100 - color contains mainly: green. Hex color #16644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16644A is #E99BB5. Grayscale: #494949. Windows color (decimal): -15309750 or 4875286. OLE color: 4875286.
HSL color Cylindrical-coordinate representation of color #16644A: hue angle of 160º 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 #16644A is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 22 | 100 | 74 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.61 |
| HSL | 160º | 0.64% | 0.24% | - |
| HSV(B) | 160º | 0.78% | 0.39% | - |
| XYZ | 6.12 | 9.78 | 8.04 | - |
| YUV | 73.71 | 128.16 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 74 | 0.78 | 0 | 0.26 | 0.61 | 160 | 0.64 | 0.24 |
| Hex | 16 | 64 | 4A | 4E | 0 | 1A | 3D | A0 | 40 | 18 |
| Octal | 26 | 144 | 112 | 116 | 0 | 32 | 75 | 240 | 100 | 30 |
| Binary | 10110 | 1100100 | 1001010 | 1001110 | 0 | 11010 | 111101 | 10100000 | 1000000 | 11000 |
Color Harmonies of #16644A
Complementary color
Monochromatic Colors of #16644A
Black with #16644A
Text Example
Text Example
White with #16644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16644A; }
p { color: rgb(22,100,74); }
H1.HeaderClassName
{
color: #16644A;
}
.AnyTagClassName
{
color: #16644A;
}
</style>
background-color css
<style>
a { background-color: #16644A; }
a { background-color: rgb(22,100,74); }
div.DivClassName
{
background-color: #16644A;
}
.BgClassName
{
background-color: #16644A;
}
</style>
border-color css
<style>
span { border-color: #16644A; }
span { border-color: rgb(22,100,74); }
td.TdClassName
{
border-color: #16644A;
}
.TagClassName
{
border-color: #16644A;
}
</style>