Shades of Salem #16953B
Tints of Salem #16953B
RGB
CMYK
RGB Variations
Color information
#16953B (or 0x16953B) is known color: Salem. HEX triplet: 16, 95 and 3B. RGB value is (22,149,59). Sum of RGB (Red+Green+Blue) = 22+149+59=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 149 (58.59% from 255 or 64.78% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 149 - color contains mainly: green. Hex color #16953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16953B is #E96AC4. Grayscale: #646464. Windows color (decimal): -15297221 or 3904790. OLE color: 3904790.
HSL color Cylindrical-coordinate representation of color #16953B: hue angle of 137.48º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16953B is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 59 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.42 |
| HSL | 137.48º | 0.74% | 0.34% | - |
| HSV(B) | 137.48º | 0.85% | 0.58% | - |
| XYZ | 11.87 | 21.98 | 7.75 | - |
| YUV | 100.77 | 104.42 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 59 | 0.85 | 0 | 0.60 | 0.42 | 137.48 | 0.74 | 0.34 |
| Hex | 16 | 95 | 3B | 55 | 0 | 3C | 2A | 89 | 4A | 22 |
| Octal | 26 | 225 | 73 | 125 | 0 | 74 | 52 | 211 | 112 | 42 |
| Binary | 10110 | 10010101 | 111011 | 1010101 | 0 | 111100 | 101010 | 10001001 | 1001010 | 100010 |
Color Harmonies of #16953B
Complementary color
Monochromatic Colors of #16953B
Black with #16953B
Text Example
Text Example
White with #16953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16953B; }
p { color: rgb(22,149,59); }
H1.HeaderClassName
{
color: #16953B;
}
.AnyTagClassName
{
color: #16953B;
}
</style>
background-color css
<style>
a { background-color: #16953B; }
a { background-color: rgb(22,149,59); }
div.DivClassName
{
background-color: #16953B;
}
.BgClassName
{
background-color: #16953B;
}
</style>
border-color css
<style>
span { border-color: #16953B; }
span { border-color: rgb(22,149,59); }
td.TdClassName
{
border-color: #16953B;
}
.TagClassName
{
border-color: #16953B;
}
</style>