Shades of Salem #16883C
Tints of Salem #16883C
RGB
CMYK
RGB Variations
Color information
#16883C (or 0x16883C) is known color: Salem. HEX triplet: 16, 88 and 3C. RGB value is (22,136,60). Sum of RGB (Red+Green+Blue) = 22+136+60=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #16883C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16883C is #E977C3. Grayscale: #5D5D5D. Windows color (decimal): -15300548 or 3966998. OLE color: 3966998.
HSL color Cylindrical-coordinate representation of color #16883C: hue angle of 140º 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 #16883C is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 60 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.47 |
| HSL | 140º | 0.72% | 0.31% | - |
| HSV(B) | 140º | 0.84% | 0.53% | - |
| XYZ | 9.95 | 18.11 | 7.25 | - |
| YUV | 93.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 60 | 0.84 | 0 | 0.56 | 0.47 | 140 | 0.72 | 0.31 |
| Hex | 16 | 88 | 3C | 54 | 0 | 38 | 2F | 8C | 48 | 1F |
| Octal | 26 | 210 | 74 | 124 | 0 | 70 | 57 | 214 | 110 | 37 |
| Binary | 10110 | 10001000 | 111100 | 1010100 | 0 | 111000 | 101111 | 10001100 | 1001000 | 11111 |
Color Harmonies of #16883C
Complementary color
Monochromatic Colors of #16883C
Black with #16883C
Text Example
Text Example
White with #16883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16883C; }
p { color: rgb(22,136,60); }
H1.HeaderClassName
{
color: #16883C;
}
.AnyTagClassName
{
color: #16883C;
}
</style>
background-color css
<style>
a { background-color: #16883C; }
a { background-color: rgb(22,136,60); }
div.DivClassName
{
background-color: #16883C;
}
.BgClassName
{
background-color: #16883C;
}
</style>
border-color css
<style>
span { border-color: #16883C; }
span { border-color: rgb(22,136,60); }
td.TdClassName
{
border-color: #16883C;
}
.TagClassName
{
border-color: #16883C;
}
</style>