Shades of Salem #16814C
Tints of Salem #16814C
RGB
CMYK
RGB Variations
Color information
#16814C (or 0x16814C) is known color: Salem. HEX triplet: 16, 81 and 4C. RGB value is (22,129,76). Sum of RGB (Red+Green+Blue) = 22+129+76=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #16814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16814C is #E97EB3. Grayscale: #5B5B5B. Windows color (decimal): -15302324 or 5013782. OLE color: 5013782.
HSL color Cylindrical-coordinate representation of color #16814C: hue angle of 150.28º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16814C is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 129 | 76 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.49 |
| HSL | 150.28º | 0.71% | 0.3% | - |
| HSV(B) | 150.28º | 0.83% | 0.51% | - |
| XYZ | 9.49 | 16.39 | 9.5 | - |
| YUV | 90.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 76 | 0.83 | 0 | 0.41 | 0.49 | 150.28 | 0.71 | 0.3 |
| Hex | 16 | 81 | 4C | 53 | 0 | 29 | 31 | 96 | 47 | 1E |
| Octal | 26 | 201 | 114 | 123 | 0 | 51 | 61 | 226 | 107 | 36 |
| Binary | 10110 | 10000001 | 1001100 | 1010011 | 0 | 101001 | 110001 | 10010110 | 1000111 | 11110 |
Color Harmonies of #16814C
Complementary color
Monochromatic Colors of #16814C
Black with #16814C
Text Example
Text Example
White with #16814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16814C; }
p { color: rgb(22,129,76); }
H1.HeaderClassName
{
color: #16814C;
}
.AnyTagClassName
{
color: #16814C;
}
</style>
background-color css
<style>
a { background-color: #16814C; }
a { background-color: rgb(22,129,76); }
div.DivClassName
{
background-color: #16814C;
}
.BgClassName
{
background-color: #16814C;
}
</style>
border-color css
<style>
span { border-color: #16814C; }
span { border-color: rgb(22,129,76); }
td.TdClassName
{
border-color: #16814C;
}
.TagClassName
{
border-color: #16814C;
}
</style>