Shades of Salem #16953D
Tints of Salem #16953D
RGB
CMYK
RGB Variations
Color information
#16953D (or 0x16953D) is known color: Salem. HEX triplet: 16, 95 and 3D. RGB value is (22,149,61). Sum of RGB (Red+Green+Blue) = 22+149+61=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 149 (58.59% from 255 or 64.22% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 149 - color contains mainly: green. Hex color #16953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16953D is #E96AC2. Grayscale: #656565. Windows color (decimal): -15297219 or 4035862. OLE color: 4035862.
HSL color Cylindrical-coordinate representation of color #16953D: hue angle of 138.43º 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 #16953D is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 61 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.42 |
| HSL | 138.43º | 0.74% | 0.34% | - |
| HSV(B) | 138.43º | 0.85% | 0.58% | - |
| XYZ | 11.92 | 22 | 8.03 | - |
| YUV | 101 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 61 | 0.85 | 0 | 0.59 | 0.42 | 138.43 | 0.74 | 0.34 |
| Hex | 16 | 95 | 3D | 55 | 0 | 3B | 2A | 8A | 4A | 22 |
| Octal | 26 | 225 | 75 | 125 | 0 | 73 | 52 | 212 | 112 | 42 |
| Binary | 10110 | 10010101 | 111101 | 1010101 | 0 | 111011 | 101010 | 10001010 | 1001010 | 100010 |
Color Harmonies of #16953D
Complementary color
Monochromatic Colors of #16953D
Black with #16953D
Text Example
Text Example
White with #16953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16953D; }
p { color: rgb(22,149,61); }
H1.HeaderClassName
{
color: #16953D;
}
.AnyTagClassName
{
color: #16953D;
}
</style>
background-color css
<style>
a { background-color: #16953D; }
a { background-color: rgb(22,149,61); }
div.DivClassName
{
background-color: #16953D;
}
.BgClassName
{
background-color: #16953D;
}
</style>
border-color css
<style>
span { border-color: #16953D; }
span { border-color: rgb(22,149,61); }
td.TdClassName
{
border-color: #16953D;
}
.TagClassName
{
border-color: #16953D;
}
</style>