Shades of Salem #16854D
Tints of Salem #16854D
RGB
CMYK
RGB Variations
Color information
#16854D (or 0x16854D) is known color: Salem. HEX triplet: 16, 85 and 4D. RGB value is (22,133,77). Sum of RGB (Red+Green+Blue) = 22+133+77=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #16854D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16854D is #E97AB2. Grayscale: #5D5D5D. Windows color (decimal): -15301299 or 5080342. OLE color: 5080342.
HSL color Cylindrical-coordinate representation of color #16854D: hue angle of 149.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16854D is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 77 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.48 |
| HSL | 149.73º | 0.72% | 0.3% | - |
| HSV(B) | 149.73º | 0.83% | 0.52% | - |
| XYZ | 10.06 | 17.48 | 9.87 | - |
| YUV | 93.43 | 118.73 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 77 | 0.83 | 0 | 0.42 | 0.48 | 149.73 | 0.72 | 0.3 |
| Hex | 16 | 85 | 4D | 53 | 0 | 2A | 30 | 96 | 48 | 1E |
| Octal | 26 | 205 | 115 | 123 | 0 | 52 | 60 | 226 | 110 | 36 |
| Binary | 10110 | 10000101 | 1001101 | 1010011 | 0 | 101010 | 110000 | 10010110 | 1001000 | 11110 |
Color Harmonies of #16854D
Complementary color
Monochromatic Colors of #16854D
Black with #16854D
Text Example
Text Example
White with #16854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16854D; }
p { color: rgb(22,133,77); }
H1.HeaderClassName
{
color: #16854D;
}
.AnyTagClassName
{
color: #16854D;
}
</style>
background-color css
<style>
a { background-color: #16854D; }
a { background-color: rgb(22,133,77); }
div.DivClassName
{
background-color: #16854D;
}
.BgClassName
{
background-color: #16854D;
}
</style>
border-color css
<style>
span { border-color: #16854D; }
span { border-color: rgb(22,133,77); }
td.TdClassName
{
border-color: #16854D;
}
.TagClassName
{
border-color: #16854D;
}
</style>