Shades of Salem #16953C
Tints of Salem #16953C
RGB
CMYK
RGB Variations
Color information
#16953C (or 0x16953C) is known color: Salem. HEX triplet: 16, 95 and 3C. RGB value is (22,149,60). Sum of RGB (Red+Green+Blue) = 22+149+60=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #16953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16953C is #E96AC3. Grayscale: #656565. Windows color (decimal): -15297220 or 3970326. OLE color: 3970326.
HSL color Cylindrical-coordinate representation of color #16953C: hue angle of 137.95º 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 #16953C is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 22 | 149 | 60 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.42 |
| HSL | 137.95º | 0.74% | 0.34% | - |
| HSV(B) | 137.95º | 0.85% | 0.58% | - |
| XYZ | 11.89 | 21.99 | 7.89 | - |
| YUV | 100.88 | 104.92 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 149 | 60 | 0.85 | 0 | 0.60 | 0.42 | 137.95 | 0.74 | 0.34 |
| Hex | 16 | 95 | 3C | 55 | 0 | 3C | 2A | 8A | 4A | 22 |
| Octal | 26 | 225 | 74 | 125 | 0 | 74 | 52 | 212 | 112 | 42 |
| Binary | 10110 | 10010101 | 111100 | 1010101 | 0 | 111100 | 101010 | 10001010 | 1001010 | 100010 |
Color Harmonies of #16953C
Complementary color
Monochromatic Colors of #16953C
Black with #16953C
Text Example
Text Example
White with #16953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16953C; }
p { color: rgb(22,149,60); }
H1.HeaderClassName
{
color: #16953C;
}
.AnyTagClassName
{
color: #16953C;
}
</style>
background-color css
<style>
a { background-color: #16953C; }
a { background-color: rgb(22,149,60); }
div.DivClassName
{
background-color: #16953C;
}
.BgClassName
{
background-color: #16953C;
}
</style>
border-color css
<style>
span { border-color: #16953C; }
span { border-color: rgb(22,149,60); }
td.TdClassName
{
border-color: #16953C;
}
.TagClassName
{
border-color: #16953C;
}
</style>