Shades of Salem #17844D
Tints of Salem #17844D
RGB
CMYK
RGB Variations
Color information
#17844D (or 0x17844D) is known color: Salem. HEX triplet: 17, 84 and 4D. RGB value is (23,132,77). Sum of RGB (Red+Green+Blue) = 23+132+77=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 132 (51.95% from 255 or 56.90% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 132 - color contains mainly: green. Hex color #17844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17844D is #E87BB2. Grayscale: #5D5D5D. Windows color (decimal): -15236019 or 5080087. OLE color: 5080087.
HSL color Cylindrical-coordinate representation of color #17844D: hue angle of 149.72º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17844D is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 132 | 77 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.48 |
| HSL | 149.72º | 0.7% | 0.3% | - |
| HSV(B) | 149.72º | 0.83% | 0.52% | - |
| XYZ | 9.94 | 17.22 | 9.82 | - |
| YUV | 93.14 | 118.89 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 132 | 77 | 0.83 | 0 | 0.42 | 0.48 | 149.72 | 0.7 | 0.3 |
| Hex | 17 | 84 | 4D | 53 | 0 | 2A | 30 | 96 | 46 | 1E |
| Octal | 27 | 204 | 115 | 123 | 0 | 52 | 60 | 226 | 106 | 36 |
| Binary | 10111 | 10000100 | 1001101 | 1010011 | 0 | 101010 | 110000 | 10010110 | 1000110 | 11110 |
Color Harmonies of #17844D
Complementary color
Monochromatic Colors of #17844D
Black with #17844D
Text Example
Text Example
White with #17844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17844D; }
p { color: rgb(23,132,77); }
H1.HeaderClassName
{
color: #17844D;
}
.AnyTagClassName
{
color: #17844D;
}
</style>
background-color css
<style>
a { background-color: #17844D; }
a { background-color: rgb(23,132,77); }
div.DivClassName
{
background-color: #17844D;
}
.BgClassName
{
background-color: #17844D;
}
</style>
border-color css
<style>
span { border-color: #17844D; }
span { border-color: rgb(23,132,77); }
td.TdClassName
{
border-color: #17844D;
}
.TagClassName
{
border-color: #17844D;
}
</style>