Shades of Salem #16764C
Tints of Salem #16764C
RGB
CMYK
RGB Variations
Color information
#16764C (or 0x16764C) is known color: Salem. HEX triplet: 16, 76 and 4C. RGB value is (22,118,76). Sum of RGB (Red+Green+Blue) = 22+118+76=216 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.19% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #16764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16764C is #E989B3. Grayscale: #545454. Windows color (decimal): -15305140 or 5010966. OLE color: 5010966.
HSL color Cylindrical-coordinate representation of color #16764C: hue angle of 153.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16764C is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 118 | 76 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.54 |
| HSL | 153.75º | 0.69% | 0.27% | - |
| HSV(B) | 153.75º | 0.81% | 0.46% | - |
| XYZ | 8.11 | 13.65 | 9.04 | - |
| YUV | 84.51 | 123.2 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 76 | 0.81 | 0 | 0.36 | 0.54 | 153.75 | 0.69 | 0.27 |
| Hex | 16 | 76 | 4C | 51 | 0 | 24 | 36 | 9A | 45 | 1B |
| Octal | 26 | 166 | 114 | 121 | 0 | 44 | 66 | 232 | 105 | 33 |
| Binary | 10110 | 1110110 | 1001100 | 1010001 | 0 | 100100 | 110110 | 10011010 | 1000101 | 11011 |
Color Harmonies of #16764C
Complementary color
Monochromatic Colors of #16764C
Black with #16764C
Text Example
Text Example
White with #16764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16764C; }
p { color: rgb(22,118,76); }
H1.HeaderClassName
{
color: #16764C;
}
.AnyTagClassName
{
color: #16764C;
}
</style>
background-color css
<style>
a { background-color: #16764C; }
a { background-color: rgb(22,118,76); }
div.DivClassName
{
background-color: #16764C;
}
.BgClassName
{
background-color: #16764C;
}
</style>
border-color css
<style>
span { border-color: #16764C; }
span { border-color: rgb(22,118,76); }
td.TdClassName
{
border-color: #16764C;
}
.TagClassName
{
border-color: #16764C;
}
</style>