Shades of Salem #17854E
Tints of Salem #17854E
RGB
CMYK
RGB Variations
Color information
#17854E (or 0x17854E) is known color: Salem. HEX triplet: 17, 85 and 4E. RGB value is (23,133,78). Sum of RGB (Red+Green+Blue) = 23+133+78=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #17854E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17854E is #E87AB1. Grayscale: #5D5D5D. Windows color (decimal): -15235762 or 5145879. OLE color: 5145879.
HSL color Cylindrical-coordinate representation of color #17854E: hue angle of 150º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17854E is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 133 | 78 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.48 |
| HSL | 150º | 0.71% | 0.31% | - |
| HSV(B) | 150º | 0.83% | 0.52% | - |
| XYZ | 10.12 | 17.51 | 10.05 | - |
| YUV | 93.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 133 | 78 | 0.83 | 0 | 0.41 | 0.48 | 150 | 0.71 | 0.31 |
| Hex | 17 | 85 | 4E | 53 | 0 | 29 | 30 | 96 | 47 | 1F |
| Octal | 27 | 205 | 116 | 123 | 0 | 51 | 60 | 226 | 107 | 37 |
| Binary | 10111 | 10000101 | 1001110 | 1010011 | 0 | 101001 | 110000 | 10010110 | 1000111 | 11111 |
Color Harmonies of #17854E
Complementary color
Monochromatic Colors of #17854E
Black with #17854E
Text Example
Text Example
White with #17854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17854E; }
p { color: rgb(23,133,78); }
H1.HeaderClassName
{
color: #17854E;
}
.AnyTagClassName
{
color: #17854E;
}
</style>
background-color css
<style>
a { background-color: #17854E; }
a { background-color: rgb(23,133,78); }
div.DivClassName
{
background-color: #17854E;
}
.BgClassName
{
background-color: #17854E;
}
</style>
border-color css
<style>
span { border-color: #17854E; }
span { border-color: rgb(23,133,78); }
td.TdClassName
{
border-color: #17854E;
}
.TagClassName
{
border-color: #17854E;
}
</style>