Shades of Salem #17894F
Tints of Salem #17894F
RGB
CMYK
RGB Variations
Color information
#17894F (or 0x17894F) is known color: Salem. HEX triplet: 17, 89 and 4F. RGB value is (23,137,79). Sum of RGB (Red+Green+Blue) = 23+137+79=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #17894F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17894F is #E876B0. Grayscale: #606060. Windows color (decimal): -15234737 or 5212439. OLE color: 5212439.
HSL color Cylindrical-coordinate representation of color #17894F: hue angle of 149.47º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17894F is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 137 | 79 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.46 |
| HSL | 149.47º | 0.71% | 0.31% | - |
| HSV(B) | 149.47º | 0.83% | 0.54% | - |
| XYZ | 10.71 | 18.64 | 10.43 | - |
| YUV | 96.3 | 118.23 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 137 | 79 | 0.83 | 0 | 0.42 | 0.46 | 149.47 | 0.71 | 0.31 |
| Hex | 17 | 89 | 4F | 53 | 0 | 2A | 2E | 95 | 47 | 1F |
| Octal | 27 | 211 | 117 | 123 | 0 | 52 | 56 | 225 | 107 | 37 |
| Binary | 10111 | 10001001 | 1001111 | 1010011 | 0 | 101010 | 101110 | 10010101 | 1000111 | 11111 |
Color Harmonies of #17894F
Complementary color
Monochromatic Colors of #17894F
Black with #17894F
Text Example
Text Example
White with #17894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17894F; }
p { color: rgb(23,137,79); }
H1.HeaderClassName
{
color: #17894F;
}
.AnyTagClassName
{
color: #17894F;
}
</style>
background-color css
<style>
a { background-color: #17894F; }
a { background-color: rgb(23,137,79); }
div.DivClassName
{
background-color: #17894F;
}
.BgClassName
{
background-color: #17894F;
}
</style>
border-color css
<style>
span { border-color: #17894F; }
span { border-color: rgb(23,137,79); }
td.TdClassName
{
border-color: #17894F;
}
.TagClassName
{
border-color: #17894F;
}
</style>