Shades of Salem #16774D
Tints of Salem #16774D
RGB
CMYK
RGB Variations
Color information
#16774D (or 0x16774D) is known color: Salem. HEX triplet: 16, 77 and 4D. RGB value is (22,119,77). Sum of RGB (Red+Green+Blue) = 22+119+77=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #16774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16774D is #E988B2. Grayscale: #555555. Windows color (decimal): -15304883 or 5076758. OLE color: 5076758.
HSL color Cylindrical-coordinate representation of color #16774D: hue angle of 154.02º 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 #16774D is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 119 | 77 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.53 |
| HSL | 154.02º | 0.69% | 0.28% | - |
| HSV(B) | 154.02º | 0.82% | 0.47% | - |
| XYZ | 8.27 | 13.9 | 9.27 | - |
| YUV | 85.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 77 | 0.82 | 0 | 0.35 | 0.53 | 154.02 | 0.69 | 0.28 |
| Hex | 16 | 77 | 4D | 52 | 0 | 23 | 35 | 9A | 45 | 1C |
| Octal | 26 | 167 | 115 | 122 | 0 | 43 | 65 | 232 | 105 | 34 |
| Binary | 10110 | 1110111 | 1001101 | 1010010 | 0 | 100011 | 110101 | 10011010 | 1000101 | 11100 |
Color Harmonies of #16774D
Complementary color
Monochromatic Colors of #16774D
Black with #16774D
Text Example
Text Example
White with #16774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16774D; }
p { color: rgb(22,119,77); }
H1.HeaderClassName
{
color: #16774D;
}
.AnyTagClassName
{
color: #16774D;
}
</style>
background-color css
<style>
a { background-color: #16774D; }
a { background-color: rgb(22,119,77); }
div.DivClassName
{
background-color: #16774D;
}
.BgClassName
{
background-color: #16774D;
}
</style>
border-color css
<style>
span { border-color: #16774D; }
span { border-color: rgb(22,119,77); }
td.TdClassName
{
border-color: #16774D;
}
.TagClassName
{
border-color: #16774D;
}
</style>