Shades of Salem #16893C
Tints of Salem #16893C
RGB
CMYK
RGB Variations
Color information
#16893C (or 0x16893C) is known color: Salem. HEX triplet: 16, 89 and 3C. RGB value is (22,137,60). Sum of RGB (Red+Green+Blue) = 22+137+60=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #16893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16893C is #E976C3. Grayscale: #5E5E5E. Windows color (decimal): -15300292 or 3967254. OLE color: 3967254.
HSL color Cylindrical-coordinate representation of color #16893C: hue angle of 139.83º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16893C is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 22 | 137 | 60 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.46 |
| HSL | 139.83º | 0.72% | 0.31% | - |
| HSV(B) | 139.83º | 0.84% | 0.54% | - |
| XYZ | 10.09 | 18.39 | 7.29 | - |
| YUV | 93.84 | 108.9 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 60 | 0.84 | 0 | 0.56 | 0.46 | 139.83 | 0.72 | 0.31 |
| Hex | 16 | 89 | 3C | 54 | 0 | 38 | 2E | 8C | 48 | 1F |
| Octal | 26 | 211 | 74 | 124 | 0 | 70 | 56 | 214 | 110 | 37 |
| Binary | 10110 | 10001001 | 111100 | 1010100 | 0 | 111000 | 101110 | 10001100 | 1001000 | 11111 |
Color Harmonies of #16893C
Complementary color
Monochromatic Colors of #16893C
Black with #16893C
Text Example
Text Example
White with #16893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16893C; }
p { color: rgb(22,137,60); }
H1.HeaderClassName
{
color: #16893C;
}
.AnyTagClassName
{
color: #16893C;
}
</style>
background-color css
<style>
a { background-color: #16893C; }
a { background-color: rgb(22,137,60); }
div.DivClassName
{
background-color: #16893C;
}
.BgClassName
{
background-color: #16893C;
}
</style>
border-color css
<style>
span { border-color: #16893C; }
span { border-color: rgb(22,137,60); }
td.TdClassName
{
border-color: #16893C;
}
.TagClassName
{
border-color: #16893C;
}
</style>