Shades of Salem #17704E
Tints of Salem #17704E
RGB
CMYK
RGB Variations
Color information
#17704E (or 0x17704E) is known color: Salem. HEX triplet: 17, 70 and 4E. RGB value is (23,112,78). Sum of RGB (Red+Green+Blue) = 23+112+78=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #17704E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17704E is #E88FB1. Grayscale: #515151. Windows color (decimal): -15241138 or 5140503. OLE color: 5140503.
HSL color Cylindrical-coordinate representation of color #17704E: hue angle of 157.08º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17704E is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 112 | 78 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.56 |
| HSL | 157.08º | 0.66% | 0.26% | - |
| HSV(B) | 157.08º | 0.79% | 0.44% | - |
| XYZ | 7.52 | 12.32 | 9.19 | - |
| YUV | 81.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 78 | 0.79 | 0 | 0.30 | 0.56 | 157.08 | 0.66 | 0.26 |
| Hex | 17 | 70 | 4E | 4F | 0 | 1E | 38 | 9D | 42 | 1A |
| Octal | 27 | 160 | 116 | 117 | 0 | 36 | 70 | 235 | 102 | 32 |
| Binary | 10111 | 1110000 | 1001110 | 1001111 | 0 | 11110 | 111000 | 10011101 | 1000010 | 11010 |
Color Harmonies of #17704E
Complementary color
Monochromatic Colors of #17704E
Black with #17704E
Text Example
Text Example
White with #17704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17704E; }
p { color: rgb(23,112,78); }
H1.HeaderClassName
{
color: #17704E;
}
.AnyTagClassName
{
color: #17704E;
}
</style>
background-color css
<style>
a { background-color: #17704E; }
a { background-color: rgb(23,112,78); }
div.DivClassName
{
background-color: #17704E;
}
.BgClassName
{
background-color: #17704E;
}
</style>
border-color css
<style>
span { border-color: #17704E; }
span { border-color: rgb(23,112,78); }
td.TdClassName
{
border-color: #17704E;
}
.TagClassName
{
border-color: #17704E;
}
</style>