Shades of Salem #16784C
Tints of Salem #16784C
RGB
CMYK
RGB Variations
Color information
#16784C (or 0x16784C) is known color: Salem. HEX triplet: 16, 78 and 4C. RGB value is (22,120,76). Sum of RGB (Red+Green+Blue) = 22+120+76=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #16784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16784C is #E987B3. Grayscale: #555555. Windows color (decimal): -15304628 or 5011478. OLE color: 5011478.
HSL color Cylindrical-coordinate representation of color #16784C: hue angle of 153.06º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16784C is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 120 | 76 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.53 |
| HSL | 153.06º | 0.69% | 0.28% | - |
| HSV(B) | 153.06º | 0.82% | 0.47% | - |
| XYZ | 8.35 | 14.13 | 9.12 | - |
| YUV | 85.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 76 | 0.82 | 0 | 0.37 | 0.53 | 153.06 | 0.69 | 0.28 |
| Hex | 16 | 78 | 4C | 52 | 0 | 25 | 35 | 99 | 45 | 1C |
| Octal | 26 | 170 | 114 | 122 | 0 | 45 | 65 | 231 | 105 | 34 |
| Binary | 10110 | 1111000 | 1001100 | 1010010 | 0 | 100101 | 110101 | 10011001 | 1000101 | 11100 |
Color Harmonies of #16784C
Complementary color
Monochromatic Colors of #16784C
Black with #16784C
Text Example
Text Example
White with #16784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16784C; }
p { color: rgb(22,120,76); }
H1.HeaderClassName
{
color: #16784C;
}
.AnyTagClassName
{
color: #16784C;
}
</style>
background-color css
<style>
a { background-color: #16784C; }
a { background-color: rgb(22,120,76); }
div.DivClassName
{
background-color: #16784C;
}
.BgClassName
{
background-color: #16784C;
}
</style>
border-color css
<style>
span { border-color: #16784C; }
span { border-color: rgb(22,120,76); }
td.TdClassName
{
border-color: #16784C;
}
.TagClassName
{
border-color: #16784C;
}
</style>