Shades of Salem #17754D
Tints of Salem #17754D
RGB
CMYK
RGB Variations
Color information
#17754D (or 0x17754D) is known color: Salem. HEX triplet: 17, 75 and 4D. RGB value is (23,117,77). Sum of RGB (Red+Green+Blue) = 23+117+77=217 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.60% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #17754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17754D is #E88AB2. Grayscale: #545454. Windows color (decimal): -15239859 or 5076247. OLE color: 5076247.
HSL color Cylindrical-coordinate representation of color #17754D: hue angle of 154.47º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17754D is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 117 | 77 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.54 |
| HSL | 154.47º | 0.67% | 0.27% | - |
| HSV(B) | 154.47º | 0.8% | 0.46% | - |
| XYZ | 8.05 | 13.44 | 9.19 | - |
| YUV | 84.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 77 | 0.80 | 0 | 0.34 | 0.54 | 154.47 | 0.67 | 0.27 |
| Hex | 17 | 75 | 4D | 50 | 0 | 22 | 36 | 9A | 43 | 1B |
| Octal | 27 | 165 | 115 | 120 | 0 | 42 | 66 | 232 | 103 | 33 |
| Binary | 10111 | 1110101 | 1001101 | 1010000 | 0 | 100010 | 110110 | 10011010 | 1000011 | 11011 |
Color Harmonies of #17754D
Complementary color
Monochromatic Colors of #17754D
Black with #17754D
Text Example
Text Example
White with #17754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17754D; }
p { color: rgb(23,117,77); }
H1.HeaderClassName
{
color: #17754D;
}
.AnyTagClassName
{
color: #17754D;
}
</style>
background-color css
<style>
a { background-color: #17754D; }
a { background-color: rgb(23,117,77); }
div.DivClassName
{
background-color: #17754D;
}
.BgClassName
{
background-color: #17754D;
}
</style>
border-color css
<style>
span { border-color: #17754D; }
span { border-color: rgb(23,117,77); }
td.TdClassName
{
border-color: #17754D;
}
.TagClassName
{
border-color: #17754D;
}
</style>