Shades of Salem #16883D
Tints of Salem #16883D
RGB
CMYK
RGB Variations
Color information
#16883D (or 0x16883D) is known color: Salem. HEX triplet: 16, 88 and 3D. RGB value is (22,136,61). Sum of RGB (Red+Green+Blue) = 22+136+61=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 136 (53.52% from 255 or 62.10% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 136 - color contains mainly: green. Hex color #16883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16883D is #E977C2. Grayscale: #5D5D5D. Windows color (decimal): -15300547 or 4032534. OLE color: 4032534.
HSL color Cylindrical-coordinate representation of color #16883D: hue angle of 140.53º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16883D is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 61 | - |
| CMYK | 0.84 | 0 | 0.55 | 0.47 |
| HSL | 140.53º | 0.72% | 0.31% | - |
| HSV(B) | 140.53º | 0.84% | 0.53% | - |
| XYZ | 9.98 | 18.12 | 7.39 | - |
| YUV | 93.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 61 | 0.84 | 0 | 0.55 | 0.47 | 140.53 | 0.72 | 0.31 |
| Hex | 16 | 88 | 3D | 54 | 0 | 37 | 2F | 8D | 48 | 1F |
| Octal | 26 | 210 | 75 | 124 | 0 | 67 | 57 | 215 | 110 | 37 |
| Binary | 10110 | 10001000 | 111101 | 1010100 | 0 | 110111 | 101111 | 10001101 | 1001000 | 11111 |
Color Harmonies of #16883D
Complementary color
Monochromatic Colors of #16883D
Black with #16883D
Text Example
Text Example
White with #16883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16883D; }
p { color: rgb(22,136,61); }
H1.HeaderClassName
{
color: #16883D;
}
.AnyTagClassName
{
color: #16883D;
}
</style>
background-color css
<style>
a { background-color: #16883D; }
a { background-color: rgb(22,136,61); }
div.DivClassName
{
background-color: #16883D;
}
.BgClassName
{
background-color: #16883D;
}
</style>
border-color css
<style>
span { border-color: #16883D; }
span { border-color: rgb(22,136,61); }
td.TdClassName
{
border-color: #16883D;
}
.TagClassName
{
border-color: #16883D;
}
</style>