Shades of Salem #16853F
Tints of Salem #16853F
RGB
CMYK
RGB Variations
Color information
#16853F (or 0x16853F) is known color: Salem. HEX triplet: 16, 85 and 3F. RGB value is (22,133,63). Sum of RGB (Red+Green+Blue) = 22+133+63=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #16853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16853F is #E97AC0. Grayscale: #5C5C5C. Windows color (decimal): -15301313 or 4162838. OLE color: 4162838.
HSL color Cylindrical-coordinate representation of color #16853F: hue angle of 142.16º 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 #16853F is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 63 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.48 |
| HSL | 142.16º | 0.72% | 0.3% | - |
| HSV(B) | 142.16º | 0.83% | 0.52% | - |
| XYZ | 9.62 | 17.3 | 7.54 | - |
| YUV | 91.83 | 111.73 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 63 | 0.83 | 0 | 0.53 | 0.48 | 142.16 | 0.72 | 0.3 |
| Hex | 16 | 85 | 3F | 53 | 0 | 35 | 30 | 8E | 48 | 1E |
| Octal | 26 | 205 | 77 | 123 | 0 | 65 | 60 | 216 | 110 | 36 |
| Binary | 10110 | 10000101 | 111111 | 1010011 | 0 | 110101 | 110000 | 10001110 | 1001000 | 11110 |
Color Harmonies of #16853F
Complementary color
Monochromatic Colors of #16853F
Black with #16853F
Text Example
Text Example
White with #16853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16853F; }
p { color: rgb(22,133,63); }
H1.HeaderClassName
{
color: #16853F;
}
.AnyTagClassName
{
color: #16853F;
}
</style>
background-color css
<style>
a { background-color: #16853F; }
a { background-color: rgb(22,133,63); }
div.DivClassName
{
background-color: #16853F;
}
.BgClassName
{
background-color: #16853F;
}
</style>
border-color css
<style>
span { border-color: #16853F; }
span { border-color: rgb(22,133,63); }
td.TdClassName
{
border-color: #16853F;
}
.TagClassName
{
border-color: #16853F;
}
</style>