Shades of Salem #16824B
Tints of Salem #16824B
RGB
CMYK
RGB Variations
Color information
#16824B (or 0x16824B) is known color: Salem. HEX triplet: 16, 82 and 4B. RGB value is (22,130,75). Sum of RGB (Red+Green+Blue) = 22+130+75=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #16824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16824B is #E97DB4. Grayscale: #5B5B5B. Windows color (decimal): -15302069 or 4948502. OLE color: 4948502.
HSL color Cylindrical-coordinate representation of color #16824B: hue angle of 149.44º 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 #16824B is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 75 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.49 |
| HSL | 149.44º | 0.71% | 0.3% | - |
| HSV(B) | 149.44º | 0.83% | 0.51% | - |
| XYZ | 9.58 | 16.64 | 9.36 | - |
| YUV | 91.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 75 | 0.83 | 0 | 0.42 | 0.49 | 149.44 | 0.71 | 0.3 |
| Hex | 16 | 82 | 4B | 53 | 0 | 2A | 31 | 95 | 47 | 1E |
| Octal | 26 | 202 | 113 | 123 | 0 | 52 | 61 | 225 | 107 | 36 |
| Binary | 10110 | 10000010 | 1001011 | 1010011 | 0 | 101010 | 110001 | 10010101 | 1000111 | 11110 |
Color Harmonies of #16824B
Complementary color
Monochromatic Colors of #16824B
Black with #16824B
Text Example
Text Example
White with #16824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16824B; }
p { color: rgb(22,130,75); }
H1.HeaderClassName
{
color: #16824B;
}
.AnyTagClassName
{
color: #16824B;
}
</style>
background-color css
<style>
a { background-color: #16824B; }
a { background-color: rgb(22,130,75); }
div.DivClassName
{
background-color: #16824B;
}
.BgClassName
{
background-color: #16824B;
}
</style>
border-color css
<style>
span { border-color: #16824B; }
span { border-color: rgb(22,130,75); }
td.TdClassName
{
border-color: #16824B;
}
.TagClassName
{
border-color: #16824B;
}
</style>