Shades of Salem #17794D
Tints of Salem #17794D
RGB
CMYK
RGB Variations
Color information
#17794D (or 0x17794D) is known color: Salem. HEX triplet: 17, 79 and 4D. RGB value is (23,121,77). Sum of RGB (Red+Green+Blue) = 23+121+77=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #17794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17794D is #E886B2. Grayscale: #565656. Windows color (decimal): -15238835 or 5077271. OLE color: 5077271.
HSL color Cylindrical-coordinate representation of color #17794D: hue angle of 153.06º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17794D is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 121 | 77 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.53 |
| HSL | 153.06º | 0.68% | 0.28% | - |
| HSV(B) | 153.06º | 0.81% | 0.47% | - |
| XYZ | 8.53 | 14.39 | 9.35 | - |
| YUV | 86.68 | 122.53 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 77 | 0.81 | 0 | 0.36 | 0.53 | 153.06 | 0.68 | 0.28 |
| Hex | 17 | 79 | 4D | 51 | 0 | 24 | 35 | 99 | 44 | 1C |
| Octal | 27 | 171 | 115 | 121 | 0 | 44 | 65 | 231 | 104 | 34 |
| Binary | 10111 | 1111001 | 1001101 | 1010001 | 0 | 100100 | 110101 | 10011001 | 1000100 | 11100 |
Color Harmonies of #17794D
Complementary color
Monochromatic Colors of #17794D
Black with #17794D
Text Example
Text Example
White with #17794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17794D; }
p { color: rgb(23,121,77); }
H1.HeaderClassName
{
color: #17794D;
}
.AnyTagClassName
{
color: #17794D;
}
</style>
background-color css
<style>
a { background-color: #17794D; }
a { background-color: rgb(23,121,77); }
div.DivClassName
{
background-color: #17794D;
}
.BgClassName
{
background-color: #17794D;
}
</style>
border-color css
<style>
span { border-color: #17794D; }
span { border-color: rgb(23,121,77); }
td.TdClassName
{
border-color: #17794D;
}
.TagClassName
{
border-color: #17794D;
}
</style>