Shades of Salem #16794D
Tints of Salem #16794D
RGB
CMYK
RGB Variations
Color information
#16794D (or 0x16794D) is known color: Salem. HEX triplet: 16, 79 and 4D. RGB value is (22,121,77). Sum of RGB (Red+Green+Blue) = 22+121+77=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #16794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16794D is #E986B2. Grayscale: #565656. Windows color (decimal): -15304371 or 5077270. OLE color: 5077270.
HSL color Cylindrical-coordinate representation of color #16794D: hue angle of 153.33º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16794D is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 77 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.53 |
| HSL | 153.33º | 0.69% | 0.28% | - |
| HSV(B) | 153.33º | 0.82% | 0.47% | - |
| XYZ | 8.51 | 14.38 | 9.35 | - |
| YUV | 86.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 77 | 0.82 | 0 | 0.36 | 0.53 | 153.33 | 0.69 | 0.28 |
| Hex | 16 | 79 | 4D | 52 | 0 | 24 | 35 | 99 | 45 | 1C |
| Octal | 26 | 171 | 115 | 122 | 0 | 44 | 65 | 231 | 105 | 34 |
| Binary | 10110 | 1111001 | 1001101 | 1010010 | 0 | 100100 | 110101 | 10011001 | 1000101 | 11100 |
Color Harmonies of #16794D
Complementary color
Monochromatic Colors of #16794D
Black with #16794D
Text Example
Text Example
White with #16794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16794D; }
p { color: rgb(22,121,77); }
H1.HeaderClassName
{
color: #16794D;
}
.AnyTagClassName
{
color: #16794D;
}
</style>
background-color css
<style>
a { background-color: #16794D; }
a { background-color: rgb(22,121,77); }
div.DivClassName
{
background-color: #16794D;
}
.BgClassName
{
background-color: #16794D;
}
</style>
border-color css
<style>
span { border-color: #16794D; }
span { border-color: rgb(22,121,77); }
td.TdClassName
{
border-color: #16794D;
}
.TagClassName
{
border-color: #16794D;
}
</style>